From 61d0bf3e6cb7b0c6ebb960d64d24b5b5faca67b8 Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Thu, 3 Sep 2026 12:12:01 +0200 Subject: [PATCH] Synch --- Casino/Slots.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casino/Slots.xaml.cs b/Casino/Slots.xaml.cs index 84f4a61..30457ce 100644 --- a/Casino/Slots.xaml.cs +++ b/Casino/Slots.xaml.cs @@ -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)