no message

This commit is contained in:
2025-02-04 22:00:16 +03:00
parent a19a9759d3
commit 13cda78d47
5 changed files with 19 additions and 12 deletions

View File

@@ -128,6 +128,8 @@ public enum ServerCode {
return "Скачивание пакета тестирования SAPFOR с сервера";
case DownloadDVMPackages:
return "Скачивание пакета тестирования DVM с сервера";
case ReceiveComponent:
return "Скачивание компонента с сервера";
default:
return this.toString();
}