HeadMeld 0.0.0.1

- Working MVVM implementation
- Refactored code
This commit is contained in:
2022-03-27 22:20:56 +01:00
parent ae9fbc6d97
commit 67f440e7e8
7 changed files with 131 additions and 79 deletions
+2 -2
View File
@@ -7,12 +7,12 @@
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<Compile Update="MainWindow.xaml.cs">
<Compile Update="Views\MainWindowView.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="MainWindow.xaml">
<Page Update="Views\MainWindowView.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Startup.xaml">