git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@1 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
17 lines
259 B
ObjectPascal
17 lines
259 B
ObjectPascal
unit uIEditorAlbaranesDevCliente;
|
|
|
|
interface
|
|
|
|
uses
|
|
uEditorGridBase, uIEditorAlbaranesCliente;
|
|
|
|
type
|
|
IEditorAlbaranesDevCliente = interface(IEditorAlbaranesCliente)
|
|
['{8480E9B5-EE5B-456C-BBF1-BCE637CE6631}']
|
|
end;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|