Abgabe Datein eingefügt

This commit is contained in:
NBTEMP\bib
2026-09-14 14:57:19 +02:00
parent b42d119397
commit fbc37f3e2b
5 changed files with 238 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
Width="1800" Width="1800"
WindowState="Maximized" WindowState="Maximized"
WindowStyle="None" WindowStyle="None"
Background="#2C3E50"> Background="#195925">
<Grid> <Grid>
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
+1 -1
View File
@@ -303,7 +303,7 @@ namespace Casino
UpdateWinDisplay(); UpdateWinDisplay();
SetPhaseUI(); SetPhaseUI();
await Task.Delay(1000); await Task.Delay(100);
// Nächste Runde mit demselben Einsatz // Nächste Runde mit demselben Einsatz
if (currentBet <= CurrentUser.Geld) if (currentBet <= CurrentUser.Geld)
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -32,7 +32,7 @@
<RowDefinition Height="1*"/> <RowDefinition Height="1*"/>
</Grid.RowDefinitions> </Grid.RowDefinitions>
<Button Content="Slots" HorizontalAlignment="Center" Grid.Column="2" Grid.Row="2" VerticalAlignment="Center" Width="79" Height="40" Click="Slots_Click" Background="Silver"/> <Button Content="Slots" HorizontalAlignment="Center" Grid.Column="3" Grid.Row="2" VerticalAlignment="Center" Width="79" Height="40" Click="Slots_Click" Background="Silver"/>
<Button Content="Busfahrer" HorizontalAlignment="Center" Grid.Column="1" Grid.Row="2" VerticalAlignment="Center" Height="40" Width="79" Click="Busfahrer_Click" Background="Silver"/> <Button Content="Busfahrer" HorizontalAlignment="Center" Grid.Column="1" Grid.Row="2" VerticalAlignment="Center" Height="40" Width="79" Click="Busfahrer_Click" Background="Silver"/>
<TextBlock Name="TxtName" VerticalAlignment="Top" Grid.Column="2" Height="30" Margin="0,10,0,0" Foreground="Gold"/> <TextBlock Name="TxtName" VerticalAlignment="Top" Grid.Column="2" Height="30" Margin="0,10,0,0" Foreground="Gold"/>
<TextBlock Name="TxtKonto" VerticalAlignment="Top" Grid.Column="3" Height="30" Margin="0,10,0,0" Foreground="Gold"/> <TextBlock Name="TxtKonto" VerticalAlignment="Top" Grid.Column="3" Height="30" Margin="0,10,0,0" Foreground="Gold"/>
View File