摘要:
在C#里关于定时器类有3个:System.Windows.Forms.Timer类、System.Threading.Timer类和System.Timers.Timer类。System.Windows.Forms.Timer是应用于WinForm中的,它是通过Windows消息机制实现的,类似于VB或Delphi中的Timer控件,内部使用API SetTimer实现的。它的主要缺点是计时不精确... 阅读全文
posted @ 2010-08-10 11:40
rainbows
阅读(649)
评论(0)
推荐(1)


浙公网安备 33010602011771号