会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xxxxx
M.U.T.E
Every Life Is A Lesson.
博客园
首页
新随笔
联系
订阅
管理
2017年10月26日
【转】C# 定时器事件(设置时间间隔,间歇性执行某一函数,控制台程序)
摘要: using System.Timers;定时器事件代码 static void Main(string[] args) { Method(); #region 定时器事件 Timer aTimer = new Timer(); aTimer.Elapsed += new ElapsedEventHandler(Timed...
阅读全文
posted @ 2017-10-26 19:23 St4ndAlone
阅读(588)
评论(2)
推荐(0)
编辑
公告
i still love you