From 01bb16d59229a6546e266329f67bb8159aee96aa Mon Sep 17 00:00:00 2001 From: iamboss Date: Wed, 8 Apr 2026 16:31:07 +0800 Subject: [PATCH] chore: update related files --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 3a32183..32228aa 100644 --- a/Program.cs +++ b/Program.cs @@ -16,7 +16,8 @@ namespace Hi.WinForm [STAThread] static void Main() { - License.LogInAll(); + License.AbortMessageAction += Console.WriteLine; + License.LogInAll(); DispEngine.Init(); Application.ApplicationExit += (object sender, EventArgs e) => {