git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@1 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
17 lines
204 B
ObjectPascal
17 lines
204 B
ObjectPascal
unit uIEditorCliente;
|
|
|
|
interface
|
|
|
|
uses
|
|
uIEditorContacto;
|
|
|
|
type
|
|
IEditorCliente = interface(IEditorContacto)
|
|
['{7B661F3E-3092-4B5C-801D-D7072E41BFEA}']
|
|
end;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|