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)