Beispiel #1
0
 private void nextQuestion()
 {
     if (igrach1.getCounter() == 15)
     {
         endGame(3);
     }
     else
     {
         changeColor(igrach1.getCounter());
         igrach1.nextQuestion();
         anw1.Text        = igrach1.getAnswer1();
         btnQuestion.Text = igrach1.getQuestion();
         anws2.Text       = igrach1.getAnswer2();
         answ3.Text       = igrach1.getAnswer3();
         answ4.Text       = igrach1.getAnswer4();
     }
 }