HamBook – Diff between revs 1 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 9
Line -... Line 1...
-   1 using Org.BouncyCastle.Crypto;
-   2 using RJCP.IO.Ports;
1 using System; 3 using System;
2 using System.Collections.Generic; 4 using System.Collections.Generic;
-   5 using System.Drawing;
3 using System.IO.Ports; 6 using System.IO.Ports;
4 using System.Linq; 7 using System.Linq;
5 using System.Text; 8 using System.Text;
6 using System.Threading.Tasks; 9 using System.Threading.Tasks;
Line 11... Line 14...
11 { 14 {
12 public abstract string Name { get; } 15 public abstract string Name { get; }
Line 13... Line 16...
13   16  
Line 14... Line 17...
14 public abstract string Definition { get; } 17 public abstract string Definition { get; }
Line -... Line 18...
-   18  
-   19 public SerialPortStream SerialPort { get; }
15   20  
16 public SerialPort SerialPort { get; set; } 21 public abstract CatLength CatLength { get; }
17   22  
18 public Cat(SerialPort serialPort) 23 public Cat(SerialPortStream serialPort)
Line 19... Line 24...
19 { 24 {