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/uIEditorAgente.pas

17 lines
200 B
ObjectPascal

unit uIEditorAgente;
interface
uses
uIEditorContacto;
type
IEditorAgente = interface(IEditorContacto)
['{2A4CBBC3-A10E-408C-8BDD-42D5AA589319}']
end;
implementation
end.