Button!
This commit is contained in:
@@ -95,19 +95,13 @@
|
||||
<Label x:Name="Label4" Grid.Column="4" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
|
||||
<Label x:Name="Label5" Grid.Column="5" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
|
||||
</Grid>
|
||||
<Grid>
|
||||
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Top" Margin="10">
|
||||
<Button x:Name="ZiehungButton"
|
||||
Content="Ziehung"
|
||||
Click="Button_Click"
|
||||
Width="100"
|
||||
Height="40"/>
|
||||
<Label x:Name="GiwinLabel"
|
||||
Content="giwin"
|
||||
FontSize="16"
|
||||
HorizontalAlignment="Right"
|
||||
Margin="0,10,0,0"/>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
<Button x:Name="ZiehungButton"
|
||||
Content="Ziehung"
|
||||
Click="Button_Click"
|
||||
Width="100"
|
||||
Height="40"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top"
|
||||
Margin="10"/>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user