示例#1
0
 public static void printRounds(List <Round> rounds)
 {
     foreach (Round round in rounds)
     {
         Round.printRound(round);
     }
 }