Files
Yaulw/@integrate/HiddenMainWindow.xaml
2016-02-15 12:32:26 -05:00

8 lines
280 B
XML

<Window x:Class="Watchdog.HiddenMainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Loaded="Window_Loaded" Closed="Window_Closed">
<Grid>
</Grid>
</Window>