示例#1
0
 public void NextQuestion()
 {
     quiz.GetRandomQuestion();
     ShowQuestion(quiz.GetQuestion());
 }