git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@67 0c75b7a4-871f-7646-8a2f-f78d34cc349f
17 lines
231 B
ObjectPascal
17 lines
231 B
ObjectPascal
unit uIEditorAlbaranesClientePreview;
|
|
|
|
interface
|
|
|
|
uses
|
|
uEditorPreview;
|
|
|
|
type
|
|
IEditorAlbaranesClientePreview = interface(IEditorPreview)
|
|
['{F58BF987-28EB-485A-B953-55BDEEBE2C91}']
|
|
end;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|