Files
MONTEKORD-plgHDCMontekord/libSys/plgSoudky.pas
T
2026-04-20 16:57:38 +02:00

25 lines
442 B
ObjectPascal

unit plgSoudky;
interface
uses
plgType;
const
Cplg_SeznamSoudku : array [TplgSoudek] of TplgSoudekDef =
((SelfIdent: sdNeniVidet;
Jmeno : '')
//last
);
{ =========================================================================== }
implementation
{ ########################################################################### }
{ ########################################################################### }
end.