MODSPY.DPR
上传用户:wk1985825
上传日期:2010-01-27
资源大小:102k
文件大小:0k
源码类别:

Modem编程

开发平台:

Delphi

  1. program Modspy;
  2. uses
  3.   Forms,
  4.   Main in 'MAIN.PAS' {Form1},
  5.   About in 'ABOUT.PAS' {AboutBox};
  6. {$R *.RES}
  7. begin
  8.   Application.CreateForm(TForm1, Form1);
  9.   Application.Run;
  10. end.