Initial COmmit

This commit is contained in:
Husky
2020-02-12 13:12:55 +01:00
commit 2f508df281
18 changed files with 638 additions and 0 deletions

9
KanSan/App.xaml Normal file
View File

@@ -0,0 +1,9 @@
<Application x:Class="KanSan.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:KanSan"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>