Exemplo n.º 1
0
 private static void CarExploded(object sender, CarEventArgs e) => Console.WriteLine($"{sender} says: {e.msg}");
Exemplo n.º 2
0
 private static void CarAboutToBlow(object sender, CarEventArgs e) => Console.WriteLine($"{sender} says: {e.msg}");
Exemplo n.º 3
0
 private static void CarIsAlmostDoomed(object sender, CarEventArgs e) => Console.WriteLine($"=> Critical Message from Car: {e.msg}");