瀏覽代碼

Minor change

Martin Edlund (Laptop) 5 年之前
父節點
當前提交
190ce1d36a
共有 1 個文件被更改,包括 2 次插入1 次删除
  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:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:local="clr-namespace:SketchAssistantWPF"
-             StartupUri="MainWindow.xaml">
+             StartupUri="MainWindow.xaml"
+             ShutdownMode="OnMainWindowClose">
     <Application.Resources>
          
     </Application.Resources>