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.Geom;
|
||||||
using Hi.Licenses;
|
using Hi.Licenses;
|
||||||
using Hi.WpfPlus.Disp;
|
using Hi.WpfPlus.Disp;
|
||||||
|
using Microsoft.Extensions.Logging;
|
||||||
using System;
|
using System;
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
|
|
||||||
@ -13,6 +14,7 @@ namespace Hi.WpfPlus
|
|||||||
[STAThread]
|
[STAThread]
|
||||||
public static int Main(string[] args)
|
public static int Main(string[] args)
|
||||||
{
|
{
|
||||||
|
License.AbortMessageAction += Console.WriteLine;
|
||||||
License.LogInAll();
|
License.LogInAll();
|
||||||
DispEngine.Init();
|
DispEngine.Init();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user