WPF application hinzugefügt

This commit is contained in:
Husky
2021-02-25 15:51:52 +01:00
parent eb3b66c6be
commit b038a59ca7
8 changed files with 107 additions and 0 deletions

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