Upload FastSeekWpf/App.xaml
Browse files- FastSeekWpf/App.xaml +1 -1
FastSeekWpf/App.xaml
CHANGED
|
@@ -3,5 +3,5 @@
|
|
| 3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
| 4 |
Startup="OnStartup"
|
| 5 |
Exit="OnExit"
|
| 6 |
-
ShutdownMode="
|
| 7 |
</Application>
|
|
|
|
| 3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
| 4 |
Startup="OnStartup"
|
| 5 |
Exit="OnExit"
|
| 6 |
+
ShutdownMode="OnLastWindowClose">
|
| 7 |
</Application>
|