Prvni verze

This commit is contained in:
2025-05-21 21:14:32 +02:00
commit 03ff9ebc84
147 changed files with 40100 additions and 0 deletions

View File

@ -0,0 +1,12 @@
datMod.LogInfo (Quick.Logger.etInfo, 'Start sluzby GOR downloadPDF - inverval 10 minut...');
{$IFDEF DEBUG}
WriteLn ('Start sluzby GOR downloadPDF - inverval 10 minut...');
{$ENDIF}
gorDownPDFThr:= THeoGorDownPDFThread.Create (ThreadTerminated, self);
if (gorDownPDFThr.Started) then
begin
datMod.LogInfo (Quick.Logger.etInfo, ' OK');
{$IFDEF DEBUG}
WriteLn (' OK');
{$ENDIF}
end;