no message
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user