Ejemplo n.º 1
0
 //Ask the next question from the quiz
 private void AskQuestion()
 {
     currentQuestion = questions.Dequeue();
     hints.ChangeQuestion(currentQuestion.GetHints());
     currentQuestion.DisplayQuestion();
 }