Пример #1
0
 // 重整按鈕的效果
 private void RefreshScreenButton()
 {
     _timer.Enabled              = !_presentationModel.IsStartEnabled();
     _selectRadioButton1.Text    = _presentationModel.GetOptionTopic()[0];
     _selectRadioButton2.Text    = _presentationModel.GetOptionTopic()[1];
     _selectRadioButton3.Text    = _presentationModel.GetOptionTopic()[TWO];
     _selectRadioButton4.Text    = _presentationModel.GetOptionTopic()[THREE];
     _selectRadioButton1.Checked = false;
     _selectRadioButton2.Checked = false;
     _selectRadioButton3.Checked = false;
     _selectRadioButton4.Checked = false;
 }