HamBook – Diff between revs 1 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 9
Line -... Line 1...
-   1 using RJCP.IO.Ports;
1 using System; 2 using System;
2 using System.Collections.Generic; 3 using System.Collections.Generic;
3 using System.IO.Ports; 4 using System.IO.Ports;
4 using System.Linq; 5 using System.Linq;
5 using System.Text; 6 using System.Text;
6 using System.Threading.Tasks; 7 using System.Threading.Tasks;
Line 7... Line 8...
7   8  
8 namespace HamBook.Radios.Generic.CAT 9 namespace HamBook.Radios.Generic.CAT
9 { 10 {
10 public abstract class AB : Cat 11 public abstract class AB : Cat
11 { 12 {
12 public AB(SerialPort serialPort) : base(serialPort) 13 public AB(SerialPortStream serialPort) : base(serialPort)
13 { 14 {
Line 14... Line 15...
14 } 15 }