finder-wpf / FastSeekWpf /App.xaml
anshdadhich's picture
Upload FastSeekWpf/App.xaml
d34ad28 verified
<Application x:Class="FastSeekWpf.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Startup="OnStartup"
Exit="OnExit"
ShutdownMode="OnLastWindowClose">
</Application>