public App(BootstrapBase bootstrap) { InitializeComponent(); bootstrap.Start(); MainPage = new Views.MainPage(); }
public App(BootstrapBase bootstrap) { InitializeComponent(); bootstrap.Start(); // MainPage = new MainPage(); MainPage = new NavigationPage(new MainPage()); }