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/Base/GUIBase/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.