Prvni verze na Git
This commit is contained in:
23
libSys/plgTable.pas
Normal file
23
libSys/plgTable.pas
Normal file
@ -0,0 +1,23 @@
|
||||
unit plgTable;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
plgType;
|
||||
|
||||
var
|
||||
Cplg_SeznamTabulek : array[TplgTabulka] of PplgTabulkaDef =
|
||||
(nil // tZadna
|
||||
|
||||
//last
|
||||
);
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
implementation
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user