Exemplo n.º 1
0
 public static void OnSecondRegressive(object sender, ClockEventArgs args)
 {
     Console.WriteLine(60 - args.Second);
 }
Exemplo n.º 2
0
 public static void OnSecond(object sender, ClockEventArgs args)
 {
     Console.WriteLine(args.Second);
 }