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