anshdadhich commited on
Commit
69be67d
·
verified ·
1 Parent(s): 33732ba

Upload FastSeekWpf/App.xaml

Browse files
Files changed (1) hide show
  1. 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>