标签:ar sp div c on r ad line new
static
void
Sleep(
int
ms)
{
new
System.Threading.ManualResetEvent(
false
).WaitOne(ms);
}
Thread.Sleep in WinRT
原文地址:http://www.cnblogs.com/wangjinming/p/4001458.html