Loading

摘要: static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main(string[] args) { if (args.Length==0) { bool bExist; Mutex myMutex = new Mutex(true, "任务管理器→应用程序中.exe的名称", out bExist); if (bExist) { Application.Enable 阅读全文
posted @ 2012-07-04 09:44 GerryGe 阅读(985) 评论(0) 推荐(0) 编辑