Durchlaufene Menu erzeugt

This commit is contained in:
HuskyTeufel
2022-05-30 17:04:24 +02:00
parent 455f57fd35
commit 7bf5d1ad05
16 changed files with 303 additions and 22 deletions

View File

@@ -10,6 +10,6 @@
<Grid>
<Label>Auftraggebers</Label>
<ListBox ItemsSource="{Binding Auftraggeberlist}"></ListBox>
<ListBox ItemsSource="{Binding Auftraggeberlist}" SelectedItem="{Binding Path=SelectedAuftraggeber}"></ListBox>
</Grid>
</UserControl>