Ejemplo n.º 1
0
 private void Ayuda2_Activated(object sender, EventArgs e)
 {
     pnl1.Visible   = false;
     pnl2.Visible   = false;
     valorInicio    = Valor.GetValorInicio();
     valorIngresado = Valor.GetValorIngresado();
     valorEliminado = Valor.GetValorEliminado();
     valorSolucion  = Valor.GetValorSolucion();
     txtSudoku      = Funcion.SetearTextBoxLimpio(txtSudoku);
     txtSudoku2     = Funcion.SetearTextBoxLimpio(txtSudoku2);
     AplicarIdioma();
     SetearJuego();
     timer1.Interval = 100;
     timer1.Start();
 }