Exemplo n.º 1
0
 private void Button_Clicked_1(object sender, EventArgs e)
 {
     Detail = new Navigation.Pagina2();
 }
Exemplo n.º 2
0
 private void MudarPagina2(object sender, EventArgs args)
 {
     Detail      = new Navigation.Pagina2();
     IsPresented = false;
 }
Exemplo n.º 3
0
 private void BtnPag2_Clicked(object sender, EventArgs e)
 {
     Detail      = new Navigation.Pagina2();
     IsPresented = false;
 }
Exemplo n.º 4
0
 private void MudarPagina2(object sender, EventArgs args)
 {
     Detail      = new Navigation.Pagina2();
     IsPresented = false; // Esconder o menu após ser clicado
 }
Exemplo n.º 5
0
 private void Btn_Item2_Clicked(object sender, EventArgs e)
 {
     Detail = new Navigation.Pagina2();
 }
Exemplo n.º 6
0
 private void MudaPagina2(object sender, EventArgs e)
 {
     Detail = new Navigation.Pagina2();
 }
Exemplo n.º 7
0
 private void MudarPagina2(object sender, EventArgs args)
 {
     Detail      = new Navigation.Pagina2();
     IsPresented = false; //Esconde o Menu no Android que não é automatico.
 }
Exemplo n.º 8
0
 private void MudarPagina2(object sender, EventArgs args)
 {
     Detail      = new Navigation.Pagina2();
     IsPresented = false; // Oculta o menu quando clicado;
 }
Exemplo n.º 9
0
 private void MudarPagina2(object senders, EventArgs args)
 {
     Detail = new Navigation.Pagina2();
 }