Projekt erstellung

This commit is contained in:
NBTEMP\bib
2026-06-25 13:47:47 +02:00
parent 966adc8399
commit 1b0bf89942
7 changed files with 105 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace Casino
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}