HamBook – Blame information for rev 54
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
54 | office | 1 | namespace HamBook.Radios.Generic |
9 | office | 2 | { |
3 | public enum BusyState |
||
4 | { |
||
5 | NONE, |
||
6 | OFF = 0, |
||
7 | ON = 1 |
||
8 | } |
||
54 | office | 9 | } |