Changeset 575 for PinConnection/CommHub.pas
- Timestamp:
- Jun 25, 2024, 11:56:51 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/CommHub.pas
r574 r575 1 unit UCommHub; 2 3 {$mode delphi} 1 unit CommHub; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, Contnrs, UCommPin, SpecializedList;6 Classes, SysUtils, Contnrs, CommPin, SpecializedList; 9 7 10 8 type
Note:
See TracChangeset
for help on using the changeset viewer.