HamBook – Diff between revs 44 and 45

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 44 Rev 45
Line 3... Line 3...
3 using System.Collections.Generic; 3 using System.Collections.Generic;
4 using System.Linq; 4 using System.Linq;
5 using System.Reflection; 5 using System.Reflection;
6 using System.Text; 6 using System.Text;
7 using System.Threading.Tasks; 7 using System.Threading.Tasks;
-   8 using System.Xml.Serialization;
Line 8... Line 9...
8   9  
9 namespace HamBook.Radios.Generic 10 namespace HamBook.Radios.Generic
-   11 {
10 { 12 [XmlRoot(Namespace = "Generic")]
11 public abstract class MemoryRadioMode 13 public abstract class MemoryRadioMode
12 { 14 {
Line 13... Line 15...
13 public abstract char Code { get; } 15 public abstract char Code { get; }