рефакторинг кода сервера компонент

This commit is contained in:
2025-02-13 22:25:54 +03:00
parent 0bdc870a72
commit 5e6719412d
4 changed files with 114 additions and 122 deletions

View File

@@ -37,7 +37,6 @@ public enum ServerCode {
UpdateComponent,
ReceiveComponent,
ReceiveBugReport,
SendBugReport,
GetComponentsVersionsInfo,
GetComponentChangesLog,
//--
@@ -81,8 +80,6 @@ public enum ServerCode {
return "Публикация компонента на сервере";
case PublishObject:
return "Публикация объекта на сервере";
case SendBugReport:
return "Отправка отчета об ошибке на сервер";
case AppendBugReportTextField:
return "Дополнение описание или комментария отчета об ошибке на сервере";
case ReceiveBugReportsDatabase: