示例#1
0
 private void onGoToPreviousQuestion(object sender, EventArgs e)
 {
     _currentAppState.PreviousButtonClicked(_answerRichTextBox.Text);//Simulate the button click according to the current state
 }