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