HamBook – Blame information for rev 9
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
9 | office | 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 |
||
8 | { |
||
9 | public class CatLength |
||
10 | { |
||
11 | public int Set { get; set; } |
||
12 | |||
13 | public int Read { get; set; } |
||
14 | |||
15 | public int Answer { get; set; } |
||
16 | } |
||
17 | } |