git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
14 lines
227 B
ObjectPascal
14 lines
227 B
ObjectPascal
program EndUser;
|
|
|
|
uses
|
|
Forms,
|
|
myEURpt in 'myEURpt.pas' {myEndUserSolution};
|
|
|
|
{$R *.RES}
|
|
|
|
begin
|
|
Application.Initialize;
|
|
Application.CreateForm(TmyEndUserSolution, myEndUserSolution);
|
|
Application.Run;
|
|
end.
|