source:
trunk/Packages/PinConnection/PinConnection.pas
Last change on this file was 340, checked in by , 3 months ago | |
---|---|
File size: 254 bytes |
Line | |
---|---|
1 | unit PinConnection; |
2 | |
3 | interface |
4 | |
5 | uses |
6 | Classes, SysUtils; |
7 | |
8 | procedure Register; |
9 | |
10 | |
11 | implementation |
12 | |
13 | uses |
14 | CommFrame, CommThread; |
15 | |
16 | procedure Register; |
17 | begin |
18 | RegisterComponents('PinConnection', [TCommFrame, TCommThread]); |
19 | end; |
20 | |
21 | end. |
22 |
Note:
See TracBrowser
for help on using the repository browser.