ConstruccionesCNJ_FactuGES/Base/GUIBase/uBizInformesBase.pas
2007-06-21 15:50:59 +00:00

15 lines
204 B
ObjectPascal

unit uBizInformesBase;
interface
type
IBizInformesAware = interface
['{98AD6541-199F-4155-B394-ED0316298759}']
procedure Preview;
procedure Print;
end;
implementation
end.