Example #1
0
 void Reset()
 {
     answer  = null;
     myText  = "";
     pressed = true;
     index   = 0;
     QuestionButton.Enabled = true;
     QuestionBox.Enabled    = true;
     Cursor     = Cursors.Default;
     ControlBox = true;
     Text       = "Bilgisayar Cini";
     QuestionBox.Focus();
     QuestionButton.Text = "Sor";
 }