/// <summary>/// 应用程序的主入口点。/// </summary>[STAThread]static void Main(){bool isRuning;System.Threading.Mutex mutex = new System.Threading.Mutex(true, "OnlyRunOneInstance", out isRuning);if (isRuning){Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);Application.Run(new FrmDownloader());mutex.ReleaseMutex();}else{MessageBox.Show("改程序已经启动!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);}}/// <summary>/// 应用程序的主入口点。/// </summary> 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交