Esempio n. 1
0
 //click Next button or next menu item
 private void ClickNextButton(object sender, EventArgs e)
 {
     _deadlineProgressBar.Value = 0;
     _publicControls.SetTickTimes(0);
     _statusDisplay.Text = _presentationModel.GetResults(_inputEnglish.Text, new bool[] { _firstOption.Checked, _secondOption.Checked, _thirdOption.Checked, _fourthOption.Checked });
     _presentationModel.ClickNextButton();
     RefreshUserControls();
     RefreshTestControls();
     RefreshUserInterface();
 }