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 @@ -