no message

This commit is contained in:
2023-12-15 14:02:12 +03:00
parent fd76843aff
commit 54bab7f83d
7 changed files with 55 additions and 22 deletions

View File

@@ -6,8 +6,9 @@ public class DVMPackagesBar extends DataMenuBar {
super("пакеты задач DVM", PassCode_2021.AddDVMPackage,
PassCode_2021.AddTasksToDVMPackage,
PassCode_2021.StartDVMPackage,
PassCode_2021.AbortDVMPackage,
PassCode_2021.DeleteDVMPackage
// PassCode_2021.ExportTasksPackageToExcel,PassCode_2021.AbortTaskPackage, PassCode_2021.DeleteTasksPackage
// PassCode_2021.ExportTasksPackageToExcel,
);
}
}