no message

This commit is contained in:
2025-02-04 17:07:03 +03:00
parent b0941d6bfd
commit fb98945b38
4 changed files with 10 additions and 14 deletions

View File

@@ -107,6 +107,8 @@ public enum ServerCode {
return "Скачивание базы тестирования с сервера";
case ReceiveFile:
return "Скачивание файла с сервера";
case GetComponentChangesLog:
return "Получение журнала изменений компонента с сервера";
default:
return this.toString();
}