mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-08-01 21:32:18 +02:00
WPF progress
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user