Browse Source

Minor change

Martin Edlund (Laptop) 5 năm trước cách đây
mục cha
commit
190ce1d36a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>