8 lines
280 B
XML
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>
|