исправление имен модулей

This commit is contained in:
PC1\PTyTb
2025-09-11 08:37:27 +03:00
parent 1c35ea61f0
commit 951b4fa2eb
31 changed files with 41 additions and 38 deletions
+2 -2
View File
@@ -3,10 +3,10 @@ unit uWebServerEvents;
interface
uses
Classes, StrUtils, DateUtils, System.JSON, System.Generics.Collections,
System.Classes, System.StrUtils, System.DateUtils, System.JSON, System.Generics.Collections,
IdBaseComponent, IdComponent, IdCustomTCPServer, IdContext,
IdCustomHTTPServer, uRecords, System.IOUtils, IdGlobalProtocols,
IdHTTPServer, System.SysUtils, SyncObjs;
IdHTTPServer, System.SysUtils, System.SyncObjs;
type
TTTW_Events = class(TObject)