private void InitializeComponent() {
     this.LoadFromXaml(typeof(AthleteProfilePage));
     profileStack = this.FindByName<global::Sport.Shared.ProfileStripView>("profileStack");
     txtAlias = this.FindByName<global::Sport.Shared.SportEntry>("txtAlias");
     btnRegister = this.FindByName<global::Sport.Shared.SportButton>("btnRegister");
     btnSave = this.FindByName<global::Sport.Shared.SportButton>("btnSave");
 }
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(AthleteProfilePage));
     profileStack = this.FindByName <global::Sport.Shared.ProfileStripView>("profileStack");
     txtAlias     = this.FindByName <global::Sport.Shared.SportEntry>("txtAlias");
     btnRegister  = this.FindByName <global::Sport.Shared.SportButton>("btnRegister");
     btnSave      = this.FindByName <global::Sport.Shared.SportButton>("btnSave");
 }
 private void InitializeComponent() {
     this.LoadFromXaml(typeof(SetAliasPage));
     profileStack = this.FindByName<global::Sport.Shared.ProfileStripView>("profileStack");
     label1 = this.FindByName<global::Xamarin.Forms.StackLayout>("label1");
     aliasBox = this.FindByName<global::Xamarin.Forms.StackLayout>("aliasBox");
     txtAlias = this.FindByName<global::Sport.Shared.SportEntry>("txtAlias");
     label2 = this.FindByName<global::Xamarin.Forms.StackLayout>("label2");
     buttonStack = this.FindByName<global::Xamarin.Forms.StackLayout>("buttonStack");
     btnSave = this.FindByName<global::Sport.Shared.SportButton>("btnSave");
 }
Ejemplo n.º 4
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(SetAliasPage));
     profileStack = this.FindByName <global::Sport.Shared.ProfileStripView>("profileStack");
     label1       = this.FindByName <global::Xamarin.Forms.StackLayout>("label1");
     aliasBox     = this.FindByName <global::Xamarin.Forms.StackLayout>("aliasBox");
     txtAlias     = this.FindByName <global::Sport.Shared.SportEntry>("txtAlias");
     label2       = this.FindByName <global::Xamarin.Forms.StackLayout>("label2");
     buttonStack  = this.FindByName <global::Xamarin.Forms.StackLayout>("buttonStack");
     btnSave      = this.FindByName <global::Sport.Shared.SportButton>("btnSave");
 }