From 48fb5200d0070a2925f4bed53fa4116f078d4d72 Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Tue, 8 Sep 2026 19:31:48 +0200 Subject: [PATCH] Bild chancen korrigiert --- Casino/MainWindow.xaml.cs | 2 +- Casino/Slots.xaml | 28 ++++++++++++++-------------- Casino/Slots.xaml.cs | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Casino/MainWindow.xaml.cs b/Casino/MainWindow.xaml.cs index c889a07..e9bc779 100644 --- a/Casino/MainWindow.xaml.cs +++ b/Casino/MainWindow.xaml.cs @@ -30,7 +30,7 @@ namespace Casino private void Sound_Click(object sender, RoutedEventArgs e) { Database data = new Database(); - byte[] blobData = data.GetSound(3); + byte[] blobData = data.GetSound(1); var audioService = new Audioplayer(); audioService.PlayMusic(blobData); } diff --git a/Casino/Slots.xaml b/Casino/Slots.xaml index 0ab1315..285e4d7 100644 --- a/Casino/Slots.xaml +++ b/Casino/Slots.xaml @@ -5,29 +5,29 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Casino" mc:Ignorable="d" - Title="Slots"> + Title="Slots" Height="1080" Width="1920"> - - + + - + - + - + - + - - + + - - - - + + + + @@ -50,7 +50,7 @@ -