Mutex mutex = new Mutex(false, ""); if (!mutex.WaitOne(0, false)) { MessageBox.Show("程序已经启动"); return; }