Exemplo n.º 1
0
 public void ResetQuestionnaire()
 {
     NumberOfRights      = 0;
     NumberOfWrongs      = 0;
     ActualQuestionIndex = 0;
     chosedQuestions     = AllQuestions.FindQuestions(4);
 }