Ejemplo n.º 1
0
 private void NextQuestion()
 {
     CurrentQuestion        = new Questions();
     CurrentQuestion        = GetRandomQuestion();
     _view.RightLabelNumber = CurrentQuestion.Index() + 1;
     _view.ShowQuestion(CurrentQuestion.Text, CurrentQuestion.Answers());
 }