摘要:
方法一:只禁止多个进程运行 [STAThread] public static void Main() { bool ret; System.Threading.Mutex mutex = new System.Threading.Mutex(true, Application.ProductName, out ret); if (ret) { ... 阅读全文
posted @ 2008-11-02 22:44
天秤水
阅读(578)
评论(0)
推荐(0)

浙公网安备 33010602011771号