Example #1
0
 private void InitializeComponent()
 {
     global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(ResetPage));
     emailEntry = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomEntry>(this, "emailEntry");
     aiLayout   = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.StackLayout>(this, "aiLayout");
     ai         = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ActivityIndicator>(this, "ai");
 }
Example #2
0
 private void InitializeComponent()
 {
     global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(ChatPage));
     searchEntry    = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomEntry>(this, "searchEntry");
     clearEntry     = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomButton>(this, "clearEntry");
     emptyListLabel = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Label>(this, "emptyListLabel");
     contactsList   = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ListView>(this, "contactsList");
     aiLayout       = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.StackLayout>(this, "aiLayout");
     ai             = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ActivityIndicator>(this, "ai");
 }
Example #3
0
 private void InitializeComponent()
 {
     global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(MainPage));
     emailEntry     = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomEntry>(this, "emailEntry");
     passEntry      = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomEntry>(this, "passEntry");
     passShow       = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomButton>(this, "passShow");
     btnSignIn      = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomButton>(this, "btnSignIn");
     googlesignin   = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Frame>(this, "googlesignin");
     facebooksignin = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Frame>(this, "facebooksignin");
     aiLayout       = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.StackLayout>(this, "aiLayout");
     ai             = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ActivityIndicator>(this, "ai");
 }
Example #4
0
 private void InitializeComponent()
 {
     global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(SignUp));
     usernameEntry = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomEntry>(this, "usernameEntry");
     emailSUEntry  = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomEntry>(this, "emailSUEntry");
     pass1SUEntry  = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomEntry>(this, "pass1SUEntry");
     pass1         = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomButton>(this, "pass1");
     pass2SUEntry  = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomEntry>(this, "pass2SUEntry");
     pass2         = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::ChatApp_Oliverio.CustomButton>(this, "pass2");
     aiLayout      = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.StackLayout>(this, "aiLayout");
     ai            = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ActivityIndicator>(this, "ai");
 }