示例#1
0
 private void GivePlayerAScore(int times)
 {
     for (int i = 0; i < times; i++)
     {
         _tennisGame.PlayerAScore();
     }
 }