public App() { SetupDefaults (); SetupGlobalStyles (); ServiceLocator.SetLocatorProvider (() => SimpleIoc.Default); Bootstrap.Run (); // The root page of your application MainPage = new RootPage (); }