neue version von slot animation (unfertig)
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Casino
|
||||
private void Sound_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Database data = new Database();
|
||||
byte[] blobData = data.GetSound(1);
|
||||
byte[] blobData = data.GetSound(2);
|
||||
var audioService = new Audioplayer();
|
||||
audioService.PlayMusic(blobData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user