Relaycommands

This commit is contained in:
fabjuuuh
2020-10-14 15:19:43 +02:00
parent af5dca25f4
commit d8a3baeec1
4 changed files with 4 additions and 5 deletions

View File

@@ -24,8 +24,8 @@
<Setter Property="Margin" Value="0,0,20,0"/>
</Style>
</StackPanel.Resources>
<Label Content="UserName" Name="Username_Label"/>
<Label Content="Status: " Name="Status_Label"/>
<Label Content="{Binding Username}"/>
<Label Content="{Binding Status}"/>
</StackPanel>
<StackPanel Margin="0,10,0,0" Grid.RowSpan="2" Grid.Row="1">
<StackPanel.Resources>