oms-OnlineResourceWatcher/local/App.xaml

10 lines
403 B
XML
Executable File

<Application x:Class="OnlineResourceWatcherLocalApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:OnlineResourceWatcherLocalApp"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>