This commit is contained in:
2026-09-03 12:12:01 +02:00
parent 06274b48a8
commit 61d0bf3e6c
+1 -1
View File
@@ -40,7 +40,7 @@ namespace Casino
Database db = new Database();
byte[] img = db.GetCardImage(Bild);//2-10
kartenBild.Source = ByteArrayToImage(img);
Bild_21.Source = ByteArrayToImage(img);
}
private BitmapImage ByteArrayToImage(byte[] bytes)