Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/Program.cs')
-rw-r--r--UVtools.WPF/Program.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/UVtools.WPF/Program.cs b/UVtools.WPF/Program.cs
index 67389bd..2e71d42 100644
--- a/UVtools.WPF/Program.cs
+++ b/UVtools.WPF/Program.cs
@@ -1,11 +1,16 @@
using System;
using System.Diagnostics;
+using System.Drawing;
using System.Globalization;
using System.Runtime.ExceptionServices;
using Avalonia;
+using Emgu.CV;
+using Emgu.CV.Structure;
using Projektanker.Icons.Avalonia;
using Projektanker.Icons.Avalonia.FontAwesome;
using Projektanker.Icons.Avalonia.MaterialDesign;
+using UVtools.Core.Extensions;
+using UVtools.Core.Gerber;
using UVtools.WPF.Extensions;
namespace UVtools.WPF;