Beispiel #1
0
        public App(BootstrapBase bootstrap)
        {
            InitializeComponent();

            bootstrap.Start();

            MainPage = new Views.MainPage();
        }
Beispiel #2
0
        public App(BootstrapBase bootstrap)
        {
            InitializeComponent();

            bootstrap.Start();

            // MainPage = new MainPage();
            MainPage = new NavigationPage(new MainPage());
        }