First commit for basic naive implementation

This commit is contained in:
2021-08-08 17:12:36 +02:00
parent 0cda436dfe
commit d85449e3aa
24 changed files with 6060 additions and 1 deletions

9
App.xaml Normal file
View File

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