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