source:
branches/2.19_branch/Library/ACLLibrary.pas@
338
Last change on this file since 338 was 17, checked in by , 19 years ago | |
---|---|
|
|
File size: 230 bytes |
Line | |
---|---|
1 | Program ACLLibrary; |
2 | |
3 | Uses |
4 | Forms, Graphics, ACLLibraryTestForm; |
5 | |
6 | {$r ACLLibrary.scu} |
7 | |
8 | Begin |
9 | Application.Create; |
10 | Application.CreateForm (TACLLibraryTestForm, ACLLibraryTestForm); |
11 | Application.Run; |
12 | Application.Destroy; |
13 | End. |
Note:
See TracBrowser
for help on using the repository browser.