摘要:
using System;using System.Timers;namespace 定时器ConsoleApplication1{class Class1{ [STAThread] static void Main(string[] args) { System.Timers.Timer aTimer = new System.Timers.Timer(); aTimer.Elapsed... 阅读全文
posted @ 2010-10-07 13:15 moss_tan_jun 阅读(347) 评论(0) 推荐(0) 编辑