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