예제 #1
0
        //Separate constructor that Android/iOS will use to help set the database path
        //For Android, see Android\MainActivity.cs updated call to set pathways to the phone itself
        public App(string DB_Path)
        {
            InitializeComponent();

            DB_PATH = DB_Path;

            //MainPage = new NavigationPage(new MainPage());
            MainPage = new Pages.MainMenu();
        }
예제 #2
0
        public App()
        {
            InitializeComponent();

            MainPage = new Pages.MainMenu();
        }