chore: update related files

This commit is contained in:
iamboss 2026-04-08 16:31:07 +08:00
parent f974500f05
commit 83f0d467d8

View File

@ -3,6 +3,7 @@ using Hi.Disp.Flag;
using Hi.Geom;
using Hi.Licenses;
using Hi.WpfPlus.Disp;
using Microsoft.Extensions.Logging;
using System;
using System.Windows;
@ -13,7 +14,8 @@ namespace Hi.WpfPlus
[STAThread]
public static int Main(string[] args)
{
License.LogInAll();
License.AbortMessageAction += Console.WriteLine;
License.LogInAll();
DispEngine.Init();
Application app = new Application