Project1.dpr
Upload User: yjb1804
Upload Date: 2021-01-30
Package Size: 3105k
Code Size: 0k
Category:

Email Server

Development Platform:

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.