private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(DoctorRating));
     Information = this.FindByName<Label>("Information");
     loading = this.FindByName<ActivityIndicator>("loading");
     RatingLable = this.FindByName<Label>("RatingLable");
     Rating = this.FindByName<global::DRS.ListOfCities>("Rating");
     Comment = this.FindByName<Entry>("Comment");
     PostingComment = this.FindByName<ActivityIndicator>("PostingComment");
     listView = this.FindByName<ListView>("listView");
 }
Beispiel #2
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(DoctorRating));
     Information    = this.FindByName <Label>("Information");
     loading        = this.FindByName <ActivityIndicator>("loading");
     RatingLable    = this.FindByName <Label>("RatingLable");
     Rating         = this.FindByName <global::DRS.ListOfCities>("Rating");
     Comment        = this.FindByName <Entry>("Comment");
     PostingComment = this.FindByName <ActivityIndicator>("PostingComment");
     listView       = this.FindByName <ListView>("listView");
 }
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(DoctorsSearch));
     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");
     loading = this.FindByName<ActivityIndicator>("loading");
     Search = this.FindByName<Button>("Search");
 }
Beispiel #4
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(DoctorsSearch));
     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");
     loading           = this.FindByName <ActivityIndicator>("loading");
     Search            = this.FindByName <Button>("Search");
 }
Beispiel #5
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");
 }
 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");
 }