Bild chancen korrigiert
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user