HamBook – Diff between revs 1 and 54

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 54
Line 1... Line -...
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 1 namespace HamBook.Radios.Generic
8 { 2 {
9 public enum ScanState 3 public enum ScanState
10 { 4 {
11 NONE, 5 NONE,
12 OFF, 6 OFF,
13 UP, 7 UP,
14 DOWN 8 DOWN
15 } 9 }
16 } 10 }
17   11