WPF progress

This commit is contained in:
Tiago Conceição
2020-10-13 23:02:40 +01:00
parent 1a0229a654
commit 4230f8753d
10 changed files with 225 additions and 109 deletions
+3
View File
@@ -22,6 +22,7 @@ using Avalonia.ThemeManager;
using Emgu.CV;
using UVtools.Core.FileFormats;
using UVtools.WPF.Extensions;
using UVtools.WPF.Structures;
namespace UVtools.WPF
{
@@ -31,6 +32,8 @@ namespace UVtools.WPF
public static MainWindow MainWindow;
public static FileFormat SlicerFile = null;
public static AppVersionChecker VersionChecker { get; } = new AppVersionChecker();
public override void Initialize()
{
AvaloniaXamlLoader.Load(this);