HamBook – Diff between revs 3 and 54

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 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 InformationState : int 3 public enum InformationState
10 { 4 {
11 OFF = 0, 5 OFF = 0,
12 ON = 1 6 ON = 1
13 } 7 }
14 } 8 }
15   9