2012年9月5日 星期三

C# 暫停目前的執行緒



System.Threading.Thread.Sleep(1000);// 毫秒
 
 or
 

Thread.Sleep(1000);// 毫秒