摘要:[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
浙公网安备 33010602011771号