From 4c9cd48ec0e66cc33888b86937a6cf8e7cbb49c0 Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Tue, 1 Sep 2026 10:51:40 +0200 Subject: [PATCH] slots id --- 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 03bae2b..aa7a27f 100644 --- a/Casino/Slots.xaml.cs +++ b/Casino/Slots.xaml.cs @@ -44,7 +44,7 @@ namespace Casino private void LoadCard() { Database db = new Database(); - byte[] img = db.GetCardImage(1); + byte[] img = db.GetCardImage(1);//2-10 kartenBild.Source = ByteArrayToImage(img); }