摘要:
[STAThread]public static void Main(){ bool ret; System.Threading.Mutex mutex = new System.Threading.Mutex(true, Application.ProductName, out ret); if (ret) { System.Windows.Forms.Ap... 阅读全文
posted @ 2009-02-11 10:34 renhb 阅读(441) 评论(0) 推荐(0)
浙公网安备 33010602011771号