mutex 实现 只允许一个进程
摘要:static class Program { [STAThread] static void Main() { bool createdNew=false; Mutex mutex = new Mutex...
阅读全文
posted @ 2014-09-27 16:07
江湖程序员 -Feiph(LM战士)
posted @ 2014-09-27 16:07
posted @ 2014-09-04 09:51