17 lines
298 B
ObjectPascal
17 lines
298 B
ObjectPascal
|
|
unit uIEditorFacturasRecibosClientePreview;
|
||
|
|
|
||
|
|
interface
|
||
|
|
|
||
|
|
uses
|
||
|
|
uEditorPreview, uBizFacturasCliente, uFacturasClienteReportController;
|
||
|
|
|
||
|
|
type
|
||
|
|
IEditorFacturasRecibosClientePreview = interface(IEditorPreview)
|
||
|
|
['{206C1DE0-CA11-46A5-B7FE-76837BA3F083}']
|
||
|
|
end;
|
||
|
|
|
||
|
|
|
||
|
|
implementation
|
||
|
|
|
||
|
|
end.
|