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