예제 #1
0
 void Init()  //initializes components of page
 {
     BackgroundColor          = Constants.backgroundColor;
     btnSignIn.TextColor      = Constants.logoColor;
     userController           = new UserController();
     secQuestionController    = new SecQuestionController();
     profilePictureController = new ProfilePictureController();
     user = new User();
     datePickerDOB.MaximumDate = DateTime.Today;
     isActivitySpinnerShowing(false);
     isSecQuestionLayoutShowing(false);
 }
예제 #2
0
 public void Init()
 {
     BackgroundColor          = Constants.backgroundColor;
     profilePictureController = new ProfilePictureController();
     outfitController         = new OutfitController();
 }