ProGestion/Base/uBizInformesBase.pas

15 lines
204 B
ObjectPascal
Raw Normal View History

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