This commit is contained in:
NBTEMP\bib
2026-09-14 19:20:51 +02:00
2 changed files with 5 additions and 6 deletions
+1 -3
View File
@@ -20,9 +20,7 @@ namespace Casino
{
string tempFile = System.IO.Path.Combine(
System.IO.Path.GetTempPath(),
Guid.NewGuid() + ".mp3");
".mp3");
File.WriteAllBytes(tempFile, audioBlob);
+4 -3
View File
@@ -61,9 +61,10 @@ namespace Casino
};
AlleBilder = new List<Byte[]>
{
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();