Exemplo n.º 1
0
 private void MudarPagina1(object sender, EventArgs args)
 {
     Detail = new Navigation.Pagina1();
 }
Exemplo n.º 2
0
 private void MudarPagina2(object sender, EventArgs args)
 {
     Detail      = new Navigation.Pagina1();
     IsPresented = false;
 }
Exemplo n.º 3
0
 private void Button_Clicked(object sender, EventArgs e)
 {
     Detail = new Navigation.Pagina1();
 }
Exemplo n.º 4
0
 private void BtnPag1_Clicked(object sender, EventArgs e)
 {
     Detail      = new Navigation.Pagina1();
     IsPresented = false;
 }