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
2007-06-11 15:29:06 +00:00

17 lines
202 B
ObjectPascal

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