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

This commit is contained in:
2024-08-09 22:02:54 +02:00
parent 804a17911c
commit b091bd0ec3
7 changed files with 939 additions and 1 deletions

View File

@ -292,6 +292,10 @@ namespace Elwig {
return w;
}
public static DeliveryAncmtAdminWindow FocusDeliveryAncmt() {
return FocusWindow<DeliveryAncmtAdminWindow>(() => new());
}
public static DeliveryScheduleAdminWindow FocusDeliverySchedule() {
return FocusWindow<DeliveryScheduleAdminWindow>(() => new());
}