source:
trunk/Library/ACLLibrary.pas@
265
      
      | Last change on this file since 265 was 17, checked in by , 19 years ago | |
|---|---|
| 
 | |
| File size: 230 bytes | |
| Rev | Line | |
|---|---|---|
| [17] | 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.
    
