HamBook – Blame information for rev 50
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
50 | 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.Generic |
||
8 | { |
||
9 | public enum LockState |
||
10 | { |
||
11 | OFF = 0, |
||
12 | ON |
||
13 | } |
||
14 | } |