Prvni verze na Git
This commit is contained in:
31
plgExtController.pas
Normal file
31
plgExtController.pas
Normal file
@ -0,0 +1,31 @@
|
||||
unit plgExtController;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
plgType; //, pec_ObjednavkaDopravy, pec_DosleObjednavky;
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
const
|
||||
GDefiniceControlleru: array[0..0] of TplgEditorControllerDef =
|
||||
(
|
||||
// aby bylo mozno nemit zadnou definici controlleru,
|
||||
// musi zustat prvni prvek nedefinovan !!
|
||||
(FormIdent : '')
|
||||
|
||||
// ,(FormIdent: 'TedfrmUTEditorhvw_Bonum_ObjednavkyDopravy';
|
||||
// ControllerClass: TplgBonumExtReseniGornicky3DObjednavkaDopravyController)
|
||||
|
||||
//last
|
||||
);
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
implementation
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user