コード例 #1
0
 public App()
 {
     MainPage = new StudentListPage();
 }
コード例 #2
0
        public App()
        {
            ElPasoHighSchool.Library.Init();

            MainPage = new StudentListPage();
        }
コード例 #3
0
ファイル: App.cs プロジェクト: areestlc/xamarin
        public App()
        {
            SchoolOfFineArt.Library.Init();

            MainPage = new StudentListPage();
        }