Example #1
0
 static void clock_2(object sender, ClickEventArgs args)
 {
     Console.WriteLine("叮叮叮");
     Console.Beep(1000, 1000);
 }
Example #2
0
 static void clock_1(object sender, ClickEventArgs args)
 {
     Console.WriteLine("时间到了,现在的时间是" + args.mytime);
 }