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