Zahlenbox repariert

This commit is contained in:
2026-09-09 11:13:58 +02:00
parent c9d8e5e072
commit 33b6c1838a
4 changed files with 10 additions and 8 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ namespace Casino
private void Busfahrer_Click(object sender, RoutedEventArgs e)
{
Busfahrer slotsWindow = new Busfahrer();
slotsWindow.Show();
}
}
}