Example #1
0
 void Clock_IsAlarming(object sender, AlarmEventArgs args)
 {
     Console.WriteLine($"Clock is alarming!");
 }