Componentes.Terceros.DevExp.../official/x.36/ExpressPrinting System/Demos/Delphi/OrgChartRL/OrgChartReportLink.dpr
2008-06-02 17:37:37 +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.