From 3c3fbb4001f5a8d26d7893395c5b456d3de0bff7 Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Thu, 3 Sep 2026 11:36:39 +0200 Subject: [PATCH] Bilder von Slots --- Casino/Slots.xaml | 22 +++++++++++++++++++++- Casino/Slots.xaml.cs | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/Casino/Slots.xaml b/Casino/Slots.xaml index a1f45c1..c28a2ec 100644 --- a/Casino/Slots.xaml +++ b/Casino/Slots.xaml @@ -29,7 +29,27 @@ - + + + + + + + + + + + + + + + + + + + + + diff --git a/Casino/Slots.xaml.cs b/Casino/Slots.xaml.cs index aa7a27f..aba3138 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);//2-10 + byte[] img = db.GetCardImage(3);//2-10 kartenBild.Source = ByteArrayToImage(img); }