Bilder upload

This commit is contained in:
2026-09-01 10:46:20 +02:00
4 changed files with 16 additions and 19 deletions
+7 -16
View File
@@ -21,23 +21,14 @@ namespace Casino
InitializeComponent();
//copilot hilfe
var login = new Login();
bool? result = login.ShowDialog();
if (result == true)
{
var main = new MainWindow();
main.Show();
}
else
{
Application.Current.Shutdown();
}
}
private void Slots_Click(object sender, RoutedEventArgs e)
{
Slots slotsWindow = new Slots();
slotsWindow.Show();
}
}
}