Componentes.Terceros.jvcl/internal/3.36/1/examples/JvProfiler32/ProfilerDemo.dpr
2009-03-04 12:31:55 +00:00

14 lines
259 B
ObjectPascal

program ProfilerDemo;
uses
Forms,
Profiler32MainFormU in 'Profiler32MainFormU.pas' {Profiler32MainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TProfiler32MainForm, Profiler32MainForm);
Application.Run;
end.