From 91b18b9a7986dcc37bd4a0ae0bb1685a30e16819 Mon Sep 17 00:00:00 2001 From: ZerkyLiu Date: Mon, 26 Jan 2026 16:47:12 +0100 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20Program.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Program.cs diff --git a/Program.cs b/Program.cs deleted file mode 100644 index 4384d41..0000000 --- a/Program.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using System.Windows.Forms; - -namespace 善学教育积分卡汇率计算器 -{ - internal static class Program - { - [STAThread] - private static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new MainForm()); - } - } -}