public App ()
        {
			MainPage = new ButtonCodePage();
        }
Example #2
0
 public App()
 {
     MainPage = new ButtonCodePage();
 }