HamBook – Diff between revs 46 and 54

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 46 Rev 54
Line 1... Line -...
1  -  
2 using System; -  
3 using System.Collections.Generic; -  
4 using System.Linq; -  
5 using System.Text; -  
6 using System.Threading.Tasks; -  
7   -  
8 namespace HamBook.Radios.Generic 1 namespace HamBook.Radios.Generic
9 { 2 {
10 public enum PhaseMode 3 public enum PhaseMode
11 { 4 {
12 Simplex = 0, 5 Simplex = 0,
13 PlusShift, 6 PlusShift,
14 MinusShift 7 MinusShift
15 } 8 }
16 } 9 }
17   10