HamBook – Diff between revs 16 and 17

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 16 Rev 17
Line 31... Line 31...
31   31  
32 public MemoryChannel() 32 public MemoryChannel()
33 { 33 {
Line 34... Line -...
34 } -  
35   -  
36 public MemoryChannel(MemoryChannel memoryChannel) -  
37 { -  
38 CurrentLocation = memoryChannel.CurrentLocation; -  
39 Frequency = memoryChannel.Frequency; -  
40 ClarifierDirection= memoryChannel.ClarifierDirection; -  
41 Clar = memoryChannel.Clar; -  
42 MemoryRadioMode = memoryChannel.MemoryRadioMode; -  
43 CtcssMode = memoryChannel.CtcssMode; -  
44 Phase = memoryChannel.Phase; -  
45 Tag = memoryChannel.Tag; -  
46 Text = memoryChannel.Text; -  
47 } 34 }
48   35  
49 public bool Equals(MemoryChannel other) 36 public bool Equals(MemoryChannel other)
50 { 37 {
51 return CurrentLocation == other.CurrentLocation && 38 return CurrentLocation == other.CurrentLocation &&