123456789101112131415 |
- program Net_Params;
- uses
- Forms,
- MainUnit in 'MainUnit.pas' {frmParams},
- CfgParams in 'CfgParams.pas';
- {$R *.res}
- begin
- Application.Initialize;
- Application.Title := '¶àÓû§ÍøÂç°æ(SmartCost)';
- Application.CreateForm(TfrmParams, frmParams);
- Application.Run;
- end.
|