Looping sounds und hintergrund musik für slots

This commit is contained in:
NBTEMP\bib
2026-09-12 17:08:21 +02:00
parent 5069e43993
commit da0b8189d7
4 changed files with 30 additions and 28 deletions
-7
View File
@@ -28,13 +28,6 @@ namespace Casino
slotsWindow.Show();
}
private void Sound_Click(object sender, RoutedEventArgs e)
{
Database data = new Database();
byte[] blobData = data.GetSound(2);
var audioService = new Audioplayer();
audioService.PlayMusic(blobData);
}
private void Blackjack_Click(object sender, RoutedEventArgs e)
{