Exemple #1
0
 private static void ThePark(Boy boy)
 {
     Console.WriteLine("At the park");
     boy.Play();
 }