diff --git a/Elwig/App.xaml.cs b/Elwig/App.xaml.cs index a42af11..a0c51e4 100644 --- a/Elwig/App.xaml.cs +++ b/Elwig/App.xaml.cs @@ -227,10 +227,6 @@ namespace Elwig { return FocusWindow(() => new()); } - public static DeliveryConfirmationsWindow FocusDeliveryConfirmations(int year) { - return FocusWindow(() => new(year), w => w.Year == year); - } - public static OriginHierarchyWindow FocusOriginHierarchy() { return FocusWindow(() => new()); } @@ -255,8 +251,8 @@ namespace Elwig { return w; } - public static MailWindow FocusMailWindow() { - return FocusWindow(() => new()); + public static MailWindow FocusMailWindow(int? year = null) { + return FocusWindow(() => new(year)); } } } diff --git a/Elwig/Windows/DeliveryConfirmationsWindow.xaml b/Elwig/Windows/DeliveryConfirmationsWindow.xaml deleted file mode 100644 index be99264..0000000 --- a/Elwig/Windows/DeliveryConfirmationsWindow.xaml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - Auch Mitglieder ohneLieferungen miteinbeziehen - - - - - -