HamBook – Diff between revs 16 and 46

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 16 Rev 46
Line 23... Line 23...
23 public ClarifierDirection() 23 public ClarifierDirection()
24 { 24 {
Line 25... Line 25...
25   25  
Line -... Line 26...
-   26 }
-   27  
-   28 public ClarifierDirection(ShiftDirection shiftDirection)
-   29 {
-   30 Direction = shiftDirection;
26 } 31 }
27   32  
28 private static ShiftDirection Parse(char symbol) 33 private static ShiftDirection Parse(char symbol)
29 { 34 {
30 switch (symbol) 35 switch (symbol)