AreaComAdminWindow: Allow users to create new reeds inline

This commit is contained in:
2023-11-16 17:42:01 +01:00
parent 077e03ab2f
commit f4ec95cdca
12 changed files with 128 additions and 22 deletions

View File

@ -51,8 +51,7 @@ namespace Elwig.Windows {
private void DeliveryConfirmationButton_Click(object sender, RoutedEventArgs evt) {
if (SeasonInput.Value is not int year)
return;
var w = new DeliveryConfirmationsWindow(year);
w.Show();
App.FocusDeliveryConfirmations(year);
}
private async void OverUnderDeliveryButton_Click(object sender, RoutedEventArgs evt) {