コード例 #1
0
 static void Display(Toy e)
 {
     e.Run();
     e.MakeSound();
 }