public static void OnSecondRegressive(object sender, ClockEventArgs args) { Console.WriteLine(60 - args.Second); }
public static void OnSecond(object sender, ClockEventArgs args) { Console.WriteLine(args.Second); }