Add project files.

This commit is contained in:
Mark Kors
2025-11-12 15:16:52 +01:00
parent 46b69812a0
commit fe6e2cfcff
9 changed files with 242 additions and 0 deletions

9
App.xaml Normal file
View File

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