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) => {