jace.tang
2022-06-14 2c79e797a723a59c2afc4b05069618ae48df587d
Program.cs
@@ -28,6 +28,7 @@
                {
                    // 程序已经运行,显示提示后退出
                    MessageBox.Show("应用程序已经运行!");
                    System.Environment.Exit(0);
                }
            }
        }