Exemple #1
0
 protected override void OnAppearing()
 {
     NavigationPage.SetHasBackButton(this, false);
     NavigationPage.SetHasNavigationBar(this, false);
     base.OnAppearing();
     if (contenedor.Temporizador)
     {
         contenedor.IniciarTemporizador();
     }
 }