Full screen für Slots
This commit is contained in:
@@ -40,5 +40,10 @@ namespace Casino
|
||||
Blackjack slotsWindow = new Blackjack();
|
||||
slotsWindow.Show();
|
||||
}
|
||||
|
||||
private void Busfahrer_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user