コード例 #1
0
 public static void EventGenerated(Event ev)
 {
     Console.WriteLine(ev.GetType().Name);
 }