diff --git a/Casino/Audioplayer.cs b/Casino/Audioplayer.cs index 036e91f..2b81607 100644 --- a/Casino/Audioplayer.cs +++ b/Casino/Audioplayer.cs @@ -20,9 +20,7 @@ namespace Casino { string tempFile = System.IO.Path.Combine( System.IO.Path.GetTempPath(), - Guid.NewGuid() + ".mp3"); - - + ".mp3"); File.WriteAllBytes(tempFile, audioBlob); diff --git a/Casino/Slots.xaml.cs b/Casino/Slots.xaml.cs index fcd158f..757b398 100644 --- a/Casino/Slots.xaml.cs +++ b/Casino/Slots.xaml.cs @@ -61,9 +61,10 @@ namespace Casino }; AlleBilder = new List { - 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(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)*/ }; Konto.Text = users[MainWindow.currentUser].Geld.ToString();