コード例 #1
0
ファイル: RootPage.cs プロジェクト: segmond/CPXamarin
 public RootPage()
 {
     menuPage = new MenuPage(this);
     Master = menuPage;
     Detail = new NavigationPage(new MainListPage() ){  BarBackgroundColor = App.BrandColor, BarTextColor= Color.White };
 }
コード例 #2
0
ファイル: RootPage.cs プロジェクト: asthanarht/CodeProject
 public RootPage()
 {
     menuPage = new MenuPage(this);
     Master = menuPage;
     Detail = new NavigationPage(new MainListPage());
 }