chore: update related files

This commit is contained in:
iamboss 2026-04-08 16:31:07 +08:00
parent 418a100ea7
commit 01bb16d592

View File

@ -16,6 +16,7 @@ namespace Hi.WinForm
[STAThread] [STAThread]
static void Main() static void Main()
{ {
License.AbortMessageAction += Console.WriteLine;
License.LogInAll(); License.LogInAll();
DispEngine.Init(); DispEngine.Init();
Application.ApplicationExit += (object sender, EventArgs e) => Application.ApplicationExit += (object sender, EventArgs e) =>