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.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/UVtools.WPF/Program.cs b/UVtools.WPF/Program.cs
index 0fb088d..67389bd 100644
--- a/UVtools.WPF/Program.cs
+++ b/UVtools.WPF/Program.cs
@@ -58,6 +58,8 @@ public static class Program
AppDomain.CurrentDomain.UnhandledException += CurrentDomainOnUnhandledException;
//AppDomain.CurrentDomain.FirstChanceException += CurrentDomainOnFirstChanceException;
BuildAvaloniaApp().StartWithClassicDesktopLifetime(args);
+
+ // Closing
}
private static void CurrentDomainOnFirstChanceException(object? sender, FirstChanceExceptionEventArgs e)