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