no message

This commit is contained in:
2024-05-06 00:47:29 +03:00
parent 15a2f83275
commit b39de4ad14
7 changed files with 64 additions and 10 deletions

View File

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