Exemplo n.º 1
0
		public App ()
		{	
			//MainPage = new MainPage ();   // uncomment this to test the code-behind version
			MainPage = new MainPageXaml (); 
		}
Exemplo n.º 2
0
		public App ()
		{	
//			return new MainPage ();
			MainPage = new MainPageXaml (); // uncomment this to test the Xaml version
		}
Exemplo n.º 3
0
        public App()
        {
//			return new MainPage ();
            MainPage = new MainPageXaml();              // uncomment this to test the Xaml version
        }
Exemplo n.º 4
0
 public App()
 {
     //MainPage = new MainPage ();   // uncomment this to test the code-behind version
     MainPage = new MainPageXaml();
 }