Looping sounds und hintergrund musik für slots
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user