Esempio n. 1
0
 //click Start button or start menu item
 private void ClickStartButton(object sender, EventArgs e)
 {
     _timerForQuestion.Start();
     _scoreLabel.Text = "Score: 0";
     ConnectControlsReference();
     _customizationControls.SetQuestionNumber((int)_numberOfQuestionBox.Value);
     _customizationControls.SetTestMode(_questionTypeBox.Text);
     _presentationModel.StartTest();
     RefreshUserControls();
     RefreshTestControls();
     RefreshUserInterface();
 }