[#14] Windows: Add DeliveryAncmtWindow
All checks were successful
Test / Run tests (push) Successful in 2m5s
All checks were successful
Test / Run tests (push) Successful in 2m5s
This commit is contained in:
@ -292,6 +292,10 @@ namespace Elwig {
|
||||
return w;
|
||||
}
|
||||
|
||||
public static DeliveryAncmtAdminWindow FocusDeliveryAncmt() {
|
||||
return FocusWindow<DeliveryAncmtAdminWindow>(() => new());
|
||||
}
|
||||
|
||||
public static DeliveryScheduleAdminWindow FocusDeliverySchedule() {
|
||||
return FocusWindow<DeliveryScheduleAdminWindow>(() => new());
|
||||
}
|
||||
|
Reference in New Issue
Block a user