git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@1 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
17 lines
284 B
ObjectPascal
17 lines
284 B
ObjectPascal
unit uIEditorFacturasClientePreview;
|
|
|
|
interface
|
|
|
|
uses
|
|
uEditorPreview, uBizFacturasCliente, uFacturasClienteReportController;
|
|
|
|
type
|
|
IEditorFacturasClientePreview = interface(IEditorPreview)
|
|
['{0B893ED1-261A-4358-814E-18D7FD768E14}']
|
|
end;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|