//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("SampleApp.Views.Functionality8.xaml", "Views/Functionality8.xaml", typeof(global::SampleApp.Views.Functionality8))]
namespace SampleApp.Views {
[global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views/Functionality8.xaml")]
public partial class Functionality8 : global::Xamarin.Forms.ContentPage {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")]
private global::Xamarin.Forms.Label label;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")]
private global::Xamarin.Forms.Entry entry;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")]
private void InitializeComponent() {
global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(Functionality8));
label = global::Xamarin.Forms.NameScopeExtensions.FindByName(this, "label");
entry = global::Xamarin.Forms.NameScopeExtensions.FindByName(this, "entry");
}
}
}