Example #1
0
        public App()
        {
            SetupDefaults ();
            SetupGlobalStyles ();
            ServiceLocator.SetLocatorProvider (() => SimpleIoc.Default);

            Bootstrap.Run ();
            // The root page of your application
            MainPage = new RootPage ();
        }