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()); - } - } -}