This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES2/Source/Modulos/Contactos/Controller/View/uIEditorCliente.pas

17 lines
204 B
ObjectPascal

unit uIEditorCliente;
interface
uses
uIEditorContacto;
type
IEditorCliente = interface(IEditorContacto)
['{7B661F3E-3092-4B5C-801D-D7072E41BFEA}']
end;
implementation
end.