AreaComAdminWindow: Allow users to create new reeds inline
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user