This commit is contained in:
2023-02-04 23:57:38 +01:00
commit 33d2ae1b84
14 changed files with 500 additions and 0 deletions

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