Initial
Исходный код версии 2.0
This commit is contained in:
12
sources/cde_dwa/__history/cde_dwa.pas;3
Normal file
12
sources/cde_dwa/__history/cde_dwa.pas;3
Normal file
@@ -0,0 +1,12 @@
|
||||
Program cde_dwa;
|
||||
{$mode delphi}
|
||||
{$codepage UTF8}
|
||||
uses DaemonApp, lazdaemonapp, cde_dwa_mapper, cde_dwa_unit;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Title:='CD Ejecter DriveWatcher Agent';
|
||||
Application.Initialize;
|
||||
Application.Run;
|
||||
end.
|
Reference in New Issue
Block a user