[#14] Windows: Add DeliveryScheduleAdminWindow
All checks were successful
Test / Run tests (push) Successful in 2m58s

This commit is contained in:
2024-08-08 23:33:22 +02:00
parent 170cfda37e
commit 804a17911c
9 changed files with 927 additions and 2 deletions

View File

@ -213,6 +213,10 @@ namespace Elwig.Windows {
w.Show();
}
private void DeliveryAncmtButton_Click(object sender, RoutedEventArgs evt) {
App.FocusDeliverySchedule();
}
private void BaseDataButton_Click(object sender, RoutedEventArgs evt) {
App.FocusBaseData();
}