.Net CF下精确的计时器
用法:
Dim t as New AtomicCF.Timer
t.start()
....'Some functions here
Dim TimeLapsed as Long = t.stop()






































.Net CF下精确的计时器
用法:
Dim t as New AtomicCF.Timer
t.start()
....'Some functions here
Dim TimeLapsed as Long = t.stop()
转载于:https://www.cnblogs.com/hesicong/archive/2005/08/03/206997.html
来源:https://blog.csdn.net/weixin_30236595/article/details/98913483