//------------------------------------------------------------------------------// <auto-generated>// 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.// </auto-generated>//------------------------------------------------------------------------------[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("SampleApp.Views.Functionality3.xaml", "Views/Functionality3.xaml", typeof(global::SampleApp.Views.Functionality3))]namespaceSampleApp.Views{[global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views/Functionality3.xaml")]publicpartialclassFunctionality3:global::Xamarin.Forms.ContentPage{[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG","2.0.0.0")]privateglobal::Xamarin.Forms.Labellabel;[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG","2.0.0.0")]privateglobal::Xamarin.Forms.Buttonbutton;[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG","2.0.0.0")]privatevoidInitializeComponent(){global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this,typeof(Functionality3));label=global::Xamarin.Forms.NameScopeExtensions.FindByName<global::Xamarin.Forms.Label>(this,"label");button=global::Xamarin.Forms.NameScopeExtensions.FindByName<global::Xamarin.Forms.Button>(this,"button");}}}