Clients sind nicht mehr als oberste Prio

This commit is contained in:
HuskyTeufel
2021-11-01 16:10:46 +01:00
parent d4da9fd0da
commit ee46751fa6
16 changed files with 513 additions and 57 deletions

View File

@@ -13,7 +13,6 @@
<StackPanel>
<TextBlock Text="Kundenliste" />
<ListView Margin="20" ItemsSource="{Binding Clients}" DisplayMemberPath="Firstname" SelectedItem="{Binding SelectedClient, Mode=TwoWay}"/>
<Button Content="Kunde auswählen" Command="{Binding SelectCommand}" />
<Button Content="Kunde Editieren" Command="{Binding EditCommand}"/>
<Button Content="Kunde Hinzufügen" Command="{Binding AddNewClientCommand}" />
</StackPanel>