HamBook – Blame information for rev 54
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
54 | office | 1 | namespace HamBook.Radios |
9 | office | 2 | { |
3 | public class CatLength |
||
4 | { |
||
5 | public int Set { get; set; } |
||
6 | |||
7 | public int Read { get; set; } |
||
8 | |||
9 | public int Answer { get; set; } |
||
10 | } |
||
54 | office | 11 | } |