예제 #1
0
파일: App.cs 프로젝트: rd09/IconApp
 public App()
 {
     // The root page of your application
     MainPage = new MyPage();
 }
예제 #2
0
파일: App.cs 프로젝트: ufukhawk/IconApp
 public App()
 {
     // The root page of your application
     MainPage = new MyPage();
 }