摘要: Thread.Sleep in WinRTstatic void Sleep(int ms){new System.Threading.ManualResetEvent(false).WaitOne(ms);} 阅读全文
posted @ 2014-09-30 10:20 故事里的事那都不是事 阅读(196) 评论(0) 推荐(0)