Hauptmenue Button

This commit is contained in:
2026-09-09 10:10:57 +02:00
parent 41082d31da
commit 062f03e468
4 changed files with 12 additions and 0 deletions
+4
View File
@@ -56,5 +56,9 @@ namespace Casino
return 0;
}
private void Hauptmenue(object sender, RoutedEventArgs e)
{
Close();
}
}
}