c# 使用新线程
摘要:public void ThreadSendSMS() { } Thread MyThreadOne = new Thread(new ThreadStart(ThreadSendSMS)); MyThreadOne.IsBackground = true; MyThreadOne.Start()...
阅读全文
posted @ 2009-04-16 14:41
posted @ 2009-04-16 14:41
posted @ 2009-04-16 14:36
posted @ 2009-04-16 14:11
posted @ 2009-04-16 13:53
posted @ 2009-04-16 11:29