Inheritance: 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();
 }