From 03b33dd3ca4cf2b740ede1d4136846a97ecd8876 Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Wed, 9 Sep 2026 10:19:53 +0200 Subject: [PATCH] =?UTF-8?q?Full=20screen=20f=C3=BCr=20Slots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Casino/MainWindow.xaml.cs | 5 +++++ Casino/Slots.xaml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Casino/MainWindow.xaml.cs b/Casino/MainWindow.xaml.cs index e9bc779..c4c4f2f 100644 --- a/Casino/MainWindow.xaml.cs +++ b/Casino/MainWindow.xaml.cs @@ -40,5 +40,10 @@ namespace Casino Blackjack slotsWindow = new Blackjack(); slotsWindow.Show(); } + + private void Busfahrer_Click(object sender, RoutedEventArgs e) + { + + } } } \ No newline at end of file diff --git a/Casino/Slots.xaml b/Casino/Slots.xaml index 4856883..778d4ff 100644 --- a/Casino/Slots.xaml +++ b/Casino/Slots.xaml @@ -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">