Fix delivery part selection in DeliveryAdminWindow

This commit is contained in:
2023-07-18 17:39:59 +02:00
parent 8c0df674ec
commit 9584f12fc5
3 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@ namespace Elwig.Windows {
public TestWindow() {
InitializeComponent();
MyComboBox.ItemsSource = new string[] { "Klasse A" , "Klasse B", "Klasse C", "Klasse D", "Klasse E", "Klasse F" };
MyListBox.ItemsSource = new string[] { "Test 1", "Test 2", "Test 3", "Test 4" };
}
private void OnItemSelectionChanged(object sender, ItemSelectionChangedEventArgs e) {