Martin Edlund (Laptop) vor 5 Jahren
Ursprung
Commit
190ce1d36a
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      SketchAssistant/SketchAssistantWPF/App.xaml

+ 2 - 1
SketchAssistant/SketchAssistantWPF/App.xaml

@@ -2,7 +2,8 @@
              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:local="clr-namespace:SketchAssistantWPF"
              xmlns:local="clr-namespace:SketchAssistantWPF"
-             StartupUri="MainWindow.xaml">
+             StartupUri="MainWindow.xaml"
+             ShutdownMode="OnMainWindowClose">
     <Application.Resources>
     <Application.Resources>
          
          
     </Application.Resources>
     </Application.Resources>