source: branches/2.19_branch/Library/ACLLibrary.pas@ 338

Last change on this file since 338 was 17, checked in by RBRi, 19 years ago

+ Library

  • Property svn:eol-style set to native
File size: 230 bytes
Line 
1Program ACLLibrary;
2
3Uses
4 Forms, Graphics, ACLLibraryTestForm;
5
6{$r ACLLibrary.scu}
7
8Begin
9 Application.Create;
10 Application.CreateForm (TACLLibraryTestForm, ACLLibraryTestForm);
11 Application.Run;
12 Application.Destroy;
13End.
Note: See TracBrowser for help on using the repository browser.