diff --git a/Casino/READ ME.txt b/Casino/READ ME.txt index 15e09ca..6720423 100644 --- a/Casino/READ ME.txt +++ b/Casino/READ ME.txt @@ -6,4 +6,4 @@ Test User: Admin: -(Admin/nimda) \ No newline at end of file +(Admin/test) \ No newline at end of file diff --git a/Casino/Slots.xaml.cs b/Casino/Slots.xaml.cs index 757b398..97f6d5b 100644 --- a/Casino/Slots.xaml.cs +++ b/Casino/Slots.xaml.cs @@ -61,10 +61,10 @@ namespace Casino }; AlleBilder = new List { - db.GetCardImage(2)/*,db.GetCardImage(3), + db.GetCardImage(2),db.GetCardImage(3), db.GetCardImage(4),db.GetCardImage(5), db.GetCardImage(6),db.GetCardImage(7), - db.GetCardImage(8),db.GetCardImage(9), db.GetCardImage(10)*/ + db.GetCardImage(8),db.GetCardImage(9), db.GetCardImage(10) }; Konto.Text = users[MainWindow.currentUser].Geld.ToString();