Beispiel #1
0
 public SignUpPage()
 {
     InitializeComponent();
     firebaseViewModel = new FirebaseViewModel();
     // Lock all the pages on android and ios
     CrossDeviceOrientation.Current.LockOrientation(Plugin.DeviceOrientation.Abstractions.DeviceOrientations.Portrait);
 }
 public Universites()
 {
     InitializeComponent();
     firebaseViewModel = new FirebaseViewModel();
     BindingContext    = viewModel = new UniversityViewModel();
 }