no message

This commit is contained in:
2024-05-08 00:06:43 +03:00
parent 12fddbdc95
commit 387b43c771
3 changed files with 99 additions and 8 deletions

View File

@@ -4,8 +4,9 @@ import Visual_DVM_2021.Passes.PassCode_2021;
public class ServerSapforsBar extends DataMenuBar {
public ServerSapforsBar() {
super("версии SAPFOR",
PassCode_2021.CompileServerSapfor
// PassCode_2021.InstallServerSapfor, PassCode_2021.DeleteServerSapfor
PassCode_2021.CompileServerSapfor,
// PassCode_2021.InstallServerSapfor,
PassCode_2021.DeleteServerSapfor
);
}
}