chore: update related files
This commit is contained in:
parent
f974500f05
commit
83f0d467d8
@ -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,6 +14,7 @@ namespace Hi.WpfPlus
|
||||
[STAThread]
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
License.AbortMessageAction += Console.WriteLine;
|
||||
License.LogInAll();
|
||||
DispEngine.Init();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user