HamBook – Diff between revs 9 and 54
?pathlinks?
Rev 9 | Rev 54 | |||
---|---|---|---|---|
Line 1... | Line -... | |||
1 | using System; |
- | ||
2 | using System.Collections.Generic; |
- | ||
3 | using System.Linq; |
- | ||
4 | using System.Text; |
- | ||
5 | using System.Threading.Tasks; |
- | ||
6 | |
- | ||
7 | namespace HamBook.Radios |
1 | namespace HamBook.Radios |
|
8 | { |
2 | { |
|
9 | public class CatLength |
3 | public class CatLength |
|
10 | { |
4 | { |
|
11 | public int Set { get; set; } |
5 | public int Set { get; set; } |
|
Line 12... | Line 6... | |||
12 | |
6 | |
|
Line 13... | Line 7... | |||
13 | public int Read { get; set; } |
7 | public int Read { get; set; } |
|
14 | |
8 | |
|
15 | public int Answer { get; set; } |
9 | public int Answer { get; set; } |
|
16 | } |
10 | } |