public App()
 {
     MainPage = new CellContextMenuPage();
 }
Exemplo n.º 2
0
        public App()
        {
            ElPasoHighSchool.Library.Init();

            MainPage = new CellContextMenuPage();
        }
Exemplo n.º 3
0
        public App()
        {
            SchoolOfFineArt.Library.Init();

            MainPage = new CellContextMenuPage();
        }
Exemplo n.º 4
0
 public App()
 {
     MainPage = new CellContextMenuPage();
 }