Add project files.

This commit is contained in:
2022-08-08 08:01:47 +02:00
parent 6cdc06a98d
commit 3b346b5782
12 changed files with 346 additions and 0 deletions

View File

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace QuickMVVMSetup
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}