erste kommit

This commit is contained in:
2026-01-21 10:30:35 +01:00
parent ff04eb8e35
commit b11b5a0676
7 changed files with 105 additions and 0 deletions

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

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