Esempio n. 1
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(Profile));
     Username = this.FindByName<global::DRS.EntryTitle>("Username");
     Email = this.FindByName<global::DRS.EntryTitle>("Email");
     Password = this.FindByName<global::DRS.EntryTitle>("Password");
     Phonenumber = this.FindByName<global::DRS.EntryTitle>("Phonenumber");
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(Profile));
     Username    = this.FindByName <global::DRS.EntryTitle>("Username");
     Email       = this.FindByName <global::DRS.EntryTitle>("Email");
     Password    = this.FindByName <global::DRS.EntryTitle>("Password");
     Phonenumber = this.FindByName <global::DRS.EntryTitle>("Phonenumber");
 }
Esempio n. 3
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(Registration));
     EntryTitle  = this.FindByName <global::DRS.EntryTitle>("EntryTitle");
     EntryTitle2 = this.FindByName <global::DRS.EntryTitle>("EntryTitle2");
     EntryTitle3 = this.FindByName <global::DRS.EntryTitle>("EntryTitle3");
     EntryTitle4 = this.FindByName <global::DRS.EntryTitle>("EntryTitle4");
     EntryTitle5 = this.FindByName <global::DRS.EntryTitle>("EntryTitle5");
 }
Esempio n. 4
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(Registration));
     EntryTitle = this.FindByName<global::DRS.EntryTitle>("EntryTitle");
     EntryTitle2 = this.FindByName<global::DRS.EntryTitle>("EntryTitle2");
     EntryTitle3 = this.FindByName<global::DRS.EntryTitle>("EntryTitle3");
     EntryTitle4 = this.FindByName<global::DRS.EntryTitle>("EntryTitle4");
     EntryTitle5 = this.FindByName<global::DRS.EntryTitle>("EntryTitle5");
 }
Esempio n. 5
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(WelcomePage));
     Logo        = this.FindByName <Image>("Logo");
     EntryTitle  = this.FindByName <global::DRS.EntryTitle>("EntryTitle");
     EntryTitle2 = this.FindByName <global::DRS.EntryTitle>("EntryTitle2");
     loading     = this.FindByName <ActivityIndicator>("loading");
     sign        = this.FindByName <global::DRS.pressButton>("sign");
     signup      = this.FindByName <global::DRS.pressButton>("signup");
 }
Esempio n. 6
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(WelcomePage));
     Logo = this.FindByName<Image>("Logo");
     EntryTitle = this.FindByName<global::DRS.EntryTitle>("EntryTitle");
     EntryTitle2 = this.FindByName<global::DRS.EntryTitle>("EntryTitle2");
     loading = this.FindByName<ActivityIndicator>("loading");
     sign = this.FindByName<global::DRS.pressButton>("sign");
     signup = this.FindByName<global::DRS.pressButton>("signup");
 }
Esempio n. 7
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(CreateDoctor));
     DoctorName        = this.FindByName <global::DRS.EntryTitle>("DoctorName");
     thePickerlabel    = this.FindByName <Label>("thePickerlabel");
     ListOfCities      = this.FindByName <global::DRS.ListOfCities>("ListOfCities");
     Loading1          = this.FindByName <ActivityIndicator>("Loading1");
     thePicker2label   = this.FindByName <Label>("thePicker2label");
     Loading2          = this.FindByName <ActivityIndicator>("Loading2");
     ListOfHospitals   = this.FindByName <global::DRS.ListOfCities>("ListOfHospitals");
     thePicker3label   = this.FindByName <Label>("thePicker3label");
     ListOfSpecialties = this.FindByName <global::DRS.ListOfCities>("ListOfSpecialties");
     Loading3          = this.FindByName <ActivityIndicator>("Loading3");
     CreateLoading     = this.FindByName <ActivityIndicator>("CreateLoading");
     CreateUser        = this.FindByName <Button>("CreateUser");
 }
Esempio n. 8
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(CreateDoctor));
     DoctorName = this.FindByName<global::DRS.EntryTitle>("DoctorName");
     thePickerlabel = this.FindByName<Label>("thePickerlabel");
     ListOfCities = this.FindByName<global::DRS.ListOfCities>("ListOfCities");
     Loading1 = this.FindByName<ActivityIndicator>("Loading1");
     thePicker2label = this.FindByName<Label>("thePicker2label");
     Loading2 = this.FindByName<ActivityIndicator>("Loading2");
     ListOfHospitals = this.FindByName<global::DRS.ListOfCities>("ListOfHospitals");
     thePicker3label = this.FindByName<Label>("thePicker3label");
     ListOfSpecialties = this.FindByName<global::DRS.ListOfCities>("ListOfSpecialties");
     Loading3 = this.FindByName<ActivityIndicator>("Loading3");
     CreateLoading = this.FindByName<ActivityIndicator>("CreateLoading");
     CreateUser = this.FindByName<Button>("CreateUser");
 }