HamBook – Diff between revs 45 and 46

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 45 Rev 46
Line 8... Line 8...
8 using System.Xml.Serialization; 8 using System.Xml.Serialization;
Line 9... Line 9...
9   9  
10 namespace HamBook.Radios.Generic 10 namespace HamBook.Radios.Generic
11 { 11 {
-   12 [XmlRoot(Namespace = "Generic")]
12 [XmlRoot(Namespace = "Generic")] 13 [XmlInclude(typeof(Radios.Yaesu.FT_891.MemoryRadioMode))]
13 public abstract class MemoryRadioMode 14 public abstract class MemoryRadioMode
-   15 {
14 { 16 [XmlIgnore]
Line -... Line 17...
-   17 public abstract char Code { get; set; }
15 public abstract char Code { get; } 18  
Line 16... Line 19...
16   19 [XmlIgnore]
17 public abstract string Name { get; } 20 public abstract string Name { get; set; }
Line 18... Line 21...
18   21