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/uIEditorVendedor.pas
2009-12-18 18:19:08 +00:00

17 lines
204 B
ObjectPascal

unit uIEditorVendedor;
interface
uses
uIEditorContacto;
type
IEditorVendedor = interface(IEditorContacto)
['{DB41E4F5-1D48-4B13-8370-5D3FEB0586C0}']
end;
implementation
end.