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); }