git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_FactuGES/trunk@4 6cb6b671-b4a0-dd4c-8bdc-3006503d97e9
17 lines
223 B
ObjectPascal
17 lines
223 B
ObjectPascal
unit uIEditorPresupuestosPreview;
|
|
|
|
interface
|
|
|
|
uses
|
|
uEditorPreview;
|
|
|
|
type
|
|
IEditorPresupuestosPreview = interface(IEditorPreview)
|
|
['{FD7E0BB8-DBD4-4D4F-B713-CEFECD6C8439}']
|
|
end;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|