格式化代码

This commit is contained in:
zhengxuan.zhang
2024-02-21 17:05:21 +08:00
parent 4c87a3c425
commit 08daf2ced4
11 changed files with 1061 additions and 1077 deletions
+3 -4
View File
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Windows.Forms;
@@ -28,14 +27,14 @@ using System.Windows.Forms;
namespace HexcalMC
{
static class Program
internal static class Program
{
[STAThread]
static void Main()
private static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainFrom());
}
}
}
}