Bei login starten

This commit is contained in:
NBTEMP\bib
2026-09-01 10:25:35 +02:00
parent 23fd90040f
commit 6c40e356f1
2 changed files with 7 additions and 13 deletions
+1 -12
View File
@@ -21,18 +21,7 @@ namespace Casino
InitializeComponent();
//copilot hilfe
Loaded += (_, _) =>
{
var window = new Login();
window.Owner = this;
window.ShowDialog();
if(window.DialogResult == false)
{
Close();
}
};
}