Ejemplo n.º 1
0
 public void LogTime(object o, TimeInfoEventArgs e)
 {
     Console.WriteLine($"Logging {e.Hour.ToString()} {e.Minute.ToString()} {e.Second.ToString()}");
 }
Ejemplo n.º 2
0
 public void NewTime(object o, TimeInfoEventArgs e)
 {
     Console.WriteLine($"Current time: {e.Hour.ToString()} {e.Minute.ToString()} {e.Second.ToString()}");
 }