public App()
        {
            InitializeComponent();

            MainPage = new Gastropod.Shell();
            // Or replace this with any of the Shell variants in the root of this project
        }
Esempio n. 2
0
        public App()
        {
            InitializeComponent();

            MainPage = new Gastropod.Shell();
        }