Componentes.Terceros.DevExp.../official/x.38/ExpressPrinting System/Demos/Delphi/FlowChartRL/FlowChartReportLink.dpr
2008-08-27 11:56:15 +00:00

14 lines
261 B
ObjectPascal

program FlowChartReportLink;
uses
Forms,
FlowChartRLMain in 'FlowChartRLMain.pas' {FlowChartRLMainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFlowChartRLMainForm, FlowChartRLMainForm);
Application.Run;
end.