source: branches/ByteArray/Forms/FormDevice.pas

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