我的博客

博客园 首页 新随笔 联系 订阅 管理

2007年10月2日 #

摘要: 方法一:只禁止多个进程运行 [STAThread] public static void Main() { bool ret; System.Threading.Mutex mutex = new System.Threading.Mutex(true, Application.ProductName, out ret); if (ret) { System.Wi... 阅读全文
posted @ 2007-10-02 15:55 Jackey 阅读(1697) 评论(3) 推荐(0)