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_FactuGES/Source/Modulos/Contactos/Controller/View/uIEditorAgente.pas

17 lines
202 B
ObjectPascal
Raw Normal View History

unit uIEditorAgente;
interface
uses
uIEditorContacto;
type
IEditorAgente = interface(IEditorContacto)
['{E8A9AF0B-1659-4DF1-B3C6-F672628080A9}']
end;
implementation
end.