приведение способа задания ядер к единому, для двм и сапфора.

This commit is contained in:
2023-10-15 23:53:25 +03:00
parent f372d29a94
commit e574851b35
14 changed files with 41 additions and 125 deletions

View File

@@ -4,6 +4,7 @@ import Visual_DVM_2021.Passes.PassCode_2021;
public class ConfigurationsMenuBar extends DataMenuBar {
public ConfigurationsMenuBar() {
super("конфигурации");
/*
add(new MenuBarButton() {
{
@@ -22,7 +23,6 @@ public class ConfigurationsMenuBar extends DataMenuBar {
});
*/
addPasses(
PassCode_2021.EditMachineKernels,
PassCode_2021.StartTests,
PassCode_2021.PublishConfiguration,
PassCode_2021.CopyConfigurations,