Add project files.

This commit is contained in:
Tommy TFO. Öman
2020-07-05 21:58:39 +02:00
parent 63cd05cbaa
commit 7254941c18
15 changed files with 541 additions and 0 deletions

17
WPFUI/App.xaml.cs Normal file
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 WPFUI
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}