Merge 2
This commit is contained in:
@@ -20,9 +20,7 @@ namespace Casino
|
|||||||
{
|
{
|
||||||
string tempFile = System.IO.Path.Combine(
|
string tempFile = System.IO.Path.Combine(
|
||||||
System.IO.Path.GetTempPath(),
|
System.IO.Path.GetTempPath(),
|
||||||
Guid.NewGuid() + ".mp3");
|
".mp3");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
File.WriteAllBytes(tempFile, audioBlob);
|
File.WriteAllBytes(tempFile, audioBlob);
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,9 @@
|
|||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:local="clr-namespace:Casino"
|
xmlns:local="clr-namespace:Casino"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Title="Blackjack" Height="1080" Width="1980">
|
Title="Blackjack" Height="1080" Width="1800"
|
||||||
|
WindowState="Maximized"
|
||||||
|
>
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="100"></ColumnDefinition>
|
<ColumnDefinition Width="100"></ColumnDefinition>
|
||||||
|
|||||||
@@ -61,9 +61,10 @@ namespace Casino
|
|||||||
};
|
};
|
||||||
AlleBilder = new List<Byte[]>
|
AlleBilder = new List<Byte[]>
|
||||||
{
|
{
|
||||||
db.GetCardImage(2),db.GetCardImage(3),db.GetCardImage(4),
|
db.GetCardImage(2)/*,db.GetCardImage(3),
|
||||||
db.GetCardImage(5),db.GetCardImage(6),db.GetCardImage(7),
|
db.GetCardImage(4),db.GetCardImage(5),
|
||||||
db.GetCardImage(8),db.GetCardImage(9),db.GetCardImage(10),
|
db.GetCardImage(6),db.GetCardImage(7),
|
||||||
|
db.GetCardImage(8),db.GetCardImage(9), db.GetCardImage(10)*/
|
||||||
|
|
||||||
};
|
};
|
||||||
Konto.Text = users[MainWindow.currentUser].Geld.ToString();
|
Konto.Text = users[MainWindow.currentUser].Geld.ToString();
|
||||||
|
|||||||
Reference in New Issue
Block a user