no message

This commit is contained in:
2023-11-17 00:04:21 +03:00
parent 1ff88fc5fb
commit beb1359544
132 changed files with 617 additions and 591 deletions

View File

@@ -304,6 +304,7 @@ public enum PassCode_2021 {
OpenSapforEtalonVersion,
OpenSapforVersion,
PublishServerSapfor,
PublishTestProject,
//->
TestPass;
@@ -313,6 +314,8 @@ public enum PassCode_2021 {
return "?";
case PublishServerSapfor:
return "Опубликовать собранную версию SAPFOR";
case PublishTestProject:
return "Отправить проект теста";
case DeleteGroup:
return "Удалить группу";
case UpdateProperty: