상속: Xamarin.Forms.MasterDetailPage
예제 #1
0
        public App()
        {
            // The root page of your application
            DependencyService.Register <IMessegeService, MessageService>();
            DependencyService.Register <INavigationService, NavigationService>();

            MainPage = new Pages.RootPage();
        }
예제 #2
0
 public App()
 {
     // The root page of your application
     MainPage = new Pages.RootPage();
 }
예제 #3
0
파일: App.cs 프로젝트: obritto/MasterApp
 public App()
 {
     // The root page of your application
     MainPage = new Pages.RootPage();
 }