//------------------------------------------------------------------------------
//
// 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.FunctionalityTest.xaml", "Views/FunctionalityTest.xaml", typeof(global::SampleApp.Views.FunctionalityTest))]
namespace SampleApp.Views {
[global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views/FunctionalityTest.xaml")]
public partial class FunctionalityTest : global::Xamarin.Forms.ContentPage {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")]
private global::Xamarin.Forms.Label NameToDisplay;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")]
private global::Xamarin.Forms.Label DescriptionToDisplay;
[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(FunctionalityTest));
NameToDisplay = global::Xamarin.Forms.NameScopeExtensions.FindByName(this, "NameToDisplay");
DescriptionToDisplay = global::Xamarin.Forms.NameScopeExtensions.FindByName(this, "DescriptionToDisplay");
}
}
}