Ejemplo n.º 1
0
        private void DoRest()
        {
            Bit_1.Text   = "0";
            Bit_2.Text   = "0";
            Bit_4.Text   = "0";
            Bit_8.Text   = "0";
            Bit_16.Text  = "0";
            Bit_32.Text  = "0";
            Bit_64.Text  = "0";
            Bit_128.Text = "0";

            for (int cnt = 0; cnt < 8; cnt++)
            {
                m_guess[cnt] = false;
            }

            ShowHint();
            Message.Text = "";
            Bit_128.Focus();
        }
Ejemplo n.º 2
0
 private void NoRead_MouseCaptureChange(object sender, EventArgs e)
 {
     Bit_128.Focus();
 }
Ejemplo n.º 3
0
 private void NoRead_MouseCLick(object sender, MouseEventArgs e)
 {
     Bit_128.Focus();
 }