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