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

17 lines
231 B
ObjectPascal

unit uIEditorAgentes;
interface
uses
uIEditorContactos, uBizContactos, uGUIBase;
type
IEditorAgentes = interface(IEditorContactos)
['{74CB7BDE-9751-49E5-9AEC-C2E551DE1E0A}']
end;
implementation
end.