no message

This commit is contained in:
2023-10-26 20:05:36 +03:00
parent 834fd6b125
commit b309745e35
8 changed files with 230 additions and 25 deletions

View File

@@ -22,6 +22,6 @@ public class ShowSapforTaskPackage extends Pass_2021<SapforTasksPackage> {
}
@Override
protected void body() throws Exception {
UI.Info("+");
UI.getSapforPackageWindow().ShowDialog("Отображение пакета задач SAPFOR", target);
}
}