DeliveryConfirmationsDialog: move to DeliveryConfirmationsWindow
This commit is contained in:
@ -51,8 +51,8 @@ namespace Elwig.Windows {
|
||||
private void DeliveryConfirmationButton_Click(object sender, RoutedEventArgs evt) {
|
||||
if (SeasonInput.Value is not int year)
|
||||
return;
|
||||
var d = new DeliveryConfirmationsDialog(year);
|
||||
d.Show();
|
||||
var w = new DeliveryConfirmationsWindow(year);
|
||||
w.Show();
|
||||
}
|
||||
|
||||
private async void OverUnderDeliveryButton_Click(object sender, RoutedEventArgs evt) {
|
||||
|
Reference in New Issue
Block a user