2017年12月8日
摘要: RT,本篇记录C#中的计时函数的写法 第一种: DispatcherTimer timer = new DispatcherTimer(); timer.Interval = TimeSpan.FromMilliseconds(100); timer.Tick += Timer_Tick; time 阅读全文
posted @ 2017-12-08 15:42 凌落成迷 阅读(1457) 评论(0) 推荐(0) 编辑