Projektdateien hinzufügen.

This commit is contained in:
abdelaziz
2026-03-17 20:12:30 +01:00
parent 3449bef562
commit b0aceddbe6
7 changed files with 93 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace CheckersSpielBot
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}