Beispiel #1
0
 private void AzulUno_Activated(object sender, EventArgs e)
 {
     valorIngresado = Valor.GetValorIngresado();
     valorEliminado = Valor.GetValorEliminado();
     valorInicio    = Valor.GetValorInicio();
     valorSolucion  = Valor.GetValorSolucion();
     txtSudoku      = Funcion.SetearTextBoxLimpio(txtSudoku);
     AplicarIdioma();
     SetearJuego();
     ContadorIngresado();
     btnAyuda.Focus();
 }
Beispiel #2
0
 private void Ayuda3_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();
 }
Beispiel #3
0
        private void Ayuda1_Activated(object sender, EventArgs e)
        {
            pnl1.Visible          = false;
            dataGridView1.Visible = false;
            valorInicio           = Valor.GetValorInicio();
            valorIngresado        = Valor.GetValorIngresado();
            valorEliminado        = Valor.GetValorEliminado();
            valorSolucion         = Valor.GetValorSolucion();

            ComportamientoObjetoInicio();

            txtSudoku = Funcion.SetearTextBoxLimpio(txtSudoku);
            AplicarIdioma();
            SetearJuego();
            ContadorIngresado();
            ProcesosContables();
            timer1.Interval = 300;
            timer1.Start();
        }
Beispiel #4
0
        private void RojoUno_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();
            if (numeroFiltrado >= 1)
            {
                txtSudoku = Funcion.SetearTextBoxCandidatoEspecifico(numeroFiltrado.ToString(), txtSudoku, valorIngresado, valorCandidatoSinEliminados);
            }
            ContadorIngresado();
            timer1.Interval = 100;
            timer1.Start();
        }