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

            Detail      = new MainContentPage();
            IsPresented = false;
        }
Exemplo n.º 2
0
 private void btn_mainPage(object sender, EventArgs e)
 {
     Detail      = new MainContentPage();
     IsPresented = false;
 }