Exemplo n.º 1
0
        public App()
        {
            InitializeComponent();

            MainPage = new MasterDetailLearningPage();
            //tells the application what the root page is
        }
Exemplo n.º 2
0
        public App()
        {
            InitializeComponent();

            MainPage = new MasterDetailLearningPage();
        }