source:
branches/simple/Forms/FormDevice.pas
Last change on this file was 42, checked in by , 15 months ago | |
---|---|
File size: 95 bytes |
Line | |
---|---|
1 | unit FormDevice; |
2 | |
3 | interface |
4 | |
5 | uses |
6 | Classes, SysUtils, Forms, Device; |
7 | |
8 | |
9 | implementation |
10 | |
11 | |
12 | end. |
13 |
Note:
See TracBrowser
for help on using the repository browser.