Ejemplo n.º 1
0
 protected virtual void OnRing(RingEventArgs ringEventArgs)
 {
     Ring?.Invoke(this, ringEventArgs);
 }
Ejemplo n.º 2
0
 public static void ClockRing(object sender, RingEventArgs e)
 {
     Console.WriteLine($"The timer for {e._time.ToString()} is gone. {e._message}");
 }