Initial commit to GitHub

This commit is contained in:
2018-03-26 16:22:22 -04:00
commit 66f5b7ee0a
16 changed files with 944 additions and 0 deletions

7
App.xaml Normal file
View File

@@ -0,0 +1,7 @@
<Application x:Class="HomeStatusWindow.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
</Application.Resources>
</Application>