Version 2

This commit is contained in:
2025-06-04 14:50:14 +02:00
parent 33b9bd8705
commit 72648fcaf4
34 changed files with 663 additions and 0 deletions

14
WpfApp1/App.xaml.cs Normal file
View File

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