neue version von slot animation (unfertig)

This commit is contained in:
NBTEMP\bib
2026-09-09 12:00:25 +02:00
parent ba93910b68
commit bce2f51a7b
2 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -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);
}