git-svn-id: https://192.168.0.254/svn/Proyectos.Cullere_FactuGES2/trunk@3 e61cf4a9-ab77-6246-bebb-cff159b4cb7d
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.
|