no message

This commit is contained in:
2023-10-05 00:50:36 +03:00
parent 2f0d01b9f3
commit 1489591c9e
4 changed files with 46 additions and 52 deletions

View File

@@ -2,6 +2,7 @@ package Visual_DVM_2021.Passes;
public enum PassCode_2021 {
Undefined,
//-
DeleteServerSapfor,
StartSapforTestsOnServer,
InstallServerSapfor,
SaveProfile,
@@ -312,6 +313,8 @@ public enum PassCode_2021 {
switch (this) {
case Undefined:
return "?";
case DeleteServerSapfor:
return "Удалить версию SAPFOR";
case StartSapforTestsOnServer:
return "Запустить тестирование на сервере";
case InstallServerSapfor: