Prvni verze
This commit is contained in:
28
libSys/plgVazby.pas
Normal file
28
libSys/plgVazby.pas
Normal file
@ -0,0 +1,28 @@
|
||||
unit plgVazby;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
plgType;
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
const
|
||||
GDefiniceVztahu : array[0..0] of TplgVztahDef =
|
||||
(
|
||||
// aby bylo mozno nemit zadnou vazbu,
|
||||
// musi zustat prvni vazba nedefinovana !!
|
||||
(GUIDVazby : '')
|
||||
|
||||
//last
|
||||
);
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
implementation
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user