05 2016 档案

摘要:Mutex mutex = new Mutex(false, ""); if (!mutex.WaitOne(0, false)) { MessageBox.Show("程序已经启动"); return; } 阅读全文
posted @ 2016-05-11 20:56 陈哲Gilbert 阅读(514) 评论(0) 推荐(0) 编辑