This commit is contained in:
roberto 2013-04-29 15:03:42 +00:00
parent c56faaa760
commit b66296cfa4

View File

@ -0,0 +1,16 @@
unit uIEditorFacturasRecibosClientePreview;
interface
uses
uEditorPreview, uBizFacturasCliente, uFacturasClienteReportController;
type
IEditorFacturasRecibosClientePreview = interface(IEditorPreview)
['{206C1DE0-CA11-46A5-B7FE-76837BA3F083}']
end;
implementation
end.