MODSPY.DPR
资源名称:检查猫.zip [点击查看]
上传用户:wk1985825
上传日期:2010-01-27
资源大小:102k
文件大小:0k
源码类别:
Modem编程
开发平台:
Delphi
- program Modspy;
- uses
- Forms,
- Main in 'MAIN.PAS' {Form1},
- About in 'ABOUT.PAS' {AboutBox};
- {$R *.RES}
- begin
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.