You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
program p_update;
|
|
|
|
uses
|
|
Forms,
|
|
u_update in 'u_update.pas' {frmsoftupdate},
|
|
update_sql_readme in 'update_sql_readme.pas' {frmupdatesql};
|
|
|
|
{$R *.res}
|
|
|
|
begin
|
|
Application.Initialize;
|
|
Application.CreateForm(Tfrmsoftupdate, frmsoftupdate);
|
|
Application.Run;
|
|
end.
|