Componentes.Terceros.DevExp.../official/x.26/ExpressPrinting System/Demos/Delphi/OrgChartRL/OrgChartReportLink.dpr
2007-09-09 11:27:27 +00:00

14 lines
255 B
ObjectPascal

program OrgChartReportLink;
uses
Forms,
OrgChartRLMain in 'OrgChartRLMain.pas' {OrgChartRLMainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TOrgChartRLMainForm, OrgChartRLMainForm);
Application.Run;
end.