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

14
App.xaml.cs Normal file
View File

@@ -0,0 +1,14 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace MVVM_DEMO
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}