摘要:
方法一:只禁止多个进程运行 [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)
浙公网安备 33010602011771号