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

@@ -11,7 +11,7 @@
<TabControl TabStripPlacement="Left" ItemsSource="{Binding Tabs}" SelectedItem="{Binding Selected}">
<TabControl.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding TabName}"/>
<TextBlock Text="{Binding Username}"/>
</DataTemplate>
</TabControl.ItemTemplate>
<TabControl.ContentTemplate>