Example #1
0
        protected override void OnStart()
        {
            // Handle when your app starts
            MyMainPage page = (MyMainPage)this.MainPage;

            page.InitProperties();
        }
Example #2
0
 public App()
 {
     // The root page of your application
     MainPage = new MyMainPage();
 }