Uprava CreateWaitableTimer pri uzavreni timeru (Rootvin)

This commit is contained in:
2026-05-14 12:04:41 +02:00
parent 18081c6bf8
commit 6b7c48fa20
12 changed files with 74 additions and 53 deletions
+1 -10
View File
@@ -41,9 +41,8 @@ const
type
TBaseController = class abstract(TMVCController)
private
FConn: TFDConnection;
strict private
FConn: TFDConnection;
FObecnyService: TObecnyService;
FAktivitaService: TAktivitaService;
@@ -198,14 +197,6 @@ type
end;
[MVCPatch]
[MVCSwagIgnorePath]
[MVCPath]
TRedirectController = class(TMVCController)