示例#1
0
文件: App.cs 项目: zcccust/Study
 public App()
 {
     // The root page of your application
     MainPage = new TestPage();
 }
示例#2
0
 public App()
 {
     // The root page of your application
     MainPage = new TestPage();
 }