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