예제 #1
0
 public App()
 {
     CoreSettings.Start();
     MainPage = new NavigationPage(new SomePage());
 }