Example #1
0
 private void ApplicationStartup(object sender, StartupEventArgs e)
 {
     RootVisual = new MainPage.MainPage();
 }
Example #2
0
 private void ApplicationStartup(object sender, StartupEventArgs e)
 {
     RootVisual = new MainPage.MainPage();
 }