Beispiel #1
0
 private void SecendPlayerGotScoreTimes(int times)
 {
     for (int i = 0; i < times; i++)
     {
         _tennisGame.SecendPlayerGotScore();
     }
 }