상속: XLabs.Forms.Mvvm.BaseView
예제 #1
0
파일: App.cs 프로젝트: erkj/XlentLock
 public App()
 {
     // The root page of your application
     MainPage = new LockPage();
 }
예제 #2
0
파일: App.cs 프로젝트: xlent-bi/XlentLock
 public App()
 {
     // The root page of your application
     var lockpage = new LockPage();
     MainPage = new NavigationPage(lockpage);
 }