Project1.dpr
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:0k
源码类别:

Email服务器

开发平台:

Delphi

  1. { Must do a BUILD ALL to compile out the test code under the TESTING directive }
  2. program Project1;
  3. uses
  4.   Unit1, Unit2;
  5. {$R *.res}
  6. begin
  7.   // do stuff with Unit1 and Unit2
  8. end.