//public static void CarExploded(string msg) public static void CarExploded(object sender, CarEventArgs e) { Console.WriteLine(e.msg); }
//public static void CarAboutToBlow(string msg) public static void CarAboutToBlow(object sender, CarEventArgs e) { Console.WriteLine(e.msg); }