摘要:
使用互斥体Mutex类型导入命名空间using System.Threading;//声明互斥体Mutex mutex = new Mutex(false, "ThisShouldOnlyRunOnce");//判断互斥体是否使用中bool Running = !mutex.WaitOne(0, f... 阅读全文
posted @ 2014-12-08 09:51
GuZhenYin
阅读(407)
评论(0)
推荐(0)
浙公网安备 33010602011771号