git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@4 f33bb606-9f5c-448d-9c99-757f00063c96
17 lines
275 B
ObjectPascal
17 lines
275 B
ObjectPascal
unit uIEditorFichasEmpleadoPreview;
|
|
|
|
interface
|
|
|
|
uses
|
|
uEditorPreview, uBizContactos, uFichasEmpleadoReportController;
|
|
|
|
type
|
|
IEditorFichasEmpleadoPreview = interface(IEditorPreview)
|
|
['{CED11B0E-2A7E-4CF2-A9CF-60A82BEEE9F2}']
|
|
end;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|