This commit is contained in:
2026-09-09 10:49:15 +02:00
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -40,5 +40,10 @@ namespace Casino
Blackjack slotsWindow = new Blackjack();
slotsWindow.Show();
}
private void Busfahrer_Click(object sender, RoutedEventArgs e)
{
}
}
}
+2 -1
View File
@@ -6,7 +6,8 @@
xmlns:local="clr-namespace:Casino"
mc:Ignorable="d"
Title="Slots" Height="1080" Width="1920"
WindowStartupLocation="CenterOwner"
WindowState="Maximized"
WindowStyle="None"
Background="Transparent">
<Border