Inheritance: XLabs.Forms.Mvvm.BaseView
Example #1
0
 public App()
 {
     // The root page of your application
     MainPage = new LockPage();
 }
Example #2
0
 public App()
 {
     // The root page of your application
     var lockpage = new LockPage();
     MainPage = new NavigationPage(lockpage);
 }