Esempio n. 1
0
 private void TmSegundaPantalla_Tick(object sender, EventArgs e)
 {
     OcultarTextosPrimerPantalla();
     this.BackgroundImage           = Properties.Resources._2;
     LblTextoNumerosAleatorios.Text = "Numeros Favoritos!! Para el Día " + DateTime.Today.Date.ToShortDateString();
     GenerarNumerosFavoritos();
     MostrarTextosNumAleatorios();
     TmSegundaPantalla.Stop();
     TmTerceraPantalla.Start();
 }
Esempio n. 2
0
 public void PrimeraPantalla()
 {
     this.BackgroundImage = Properties.Resources._1;
     CargarTextosPrimerPantalla();
     OcultarTextosNumAleatorios();
     OcultarTextosTerceraPantalla();
     MostrarTextosPrimerPantalla();
     CargarJuegosDelDia();
     TmSegundaPantalla.Start();
     TmTexto3.Start();
 }