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