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