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.
Noviseda_FactuGES2/Source/Modulos/Contactos/Controller/View/uIEditorVendedores.pas
2009-12-18 18:19:08 +00:00

17 lines
235 B
ObjectPascal

unit uIEditorVendedores;
interface
uses
uIEditorContactos, uBizContactos, uGUIBase;
type
IEditorVendedores = interface(IEditorContactos)
['{982A8AC8-5D43-4C91-9E46-35326CD65C2F}']
end;
implementation
end.