HamBook – Diff between revs 44 and 45
?pathlinks?
Rev 44 | Rev 45 | |||
---|---|---|---|---|
Line 2... | Line 2... | |||
2 | using System; |
2 | using System; |
|
3 | using System.Collections.Generic; |
3 | using System.Collections.Generic; |
|
4 | using System.Linq; |
4 | using System.Linq; |
|
5 | using System.Text; |
5 | using System.Text; |
|
6 | using System.Threading.Tasks; |
6 | using System.Threading.Tasks; |
|
- | 7 | using System.Xml.Serialization; |
||
Line 7... | Line 8... | |||
7 | |
8 | |
|
8 | namespace HamBook.Radios.Yaesu.FT_891 |
9 | namespace HamBook.Radios.Yaesu.FT_891 |
|
- | 10 | { |
||
9 | { |
11 | [XmlRoot(Namespace = "Yaesu FT-891")] |
|
10 | public class MemoryRadioMode : Generic.MemoryRadioMode |
12 | public class MemoryRadioMode : Generic.MemoryRadioMode |
|
11 | { |
13 | { |
|
Line 12... | Line 14... | |||
12 | public override char Code { get; } |
14 | public override char Code { get; } |
|
Line -... | Line 15... | |||
- | 15 | |
||
- | 16 | public override string Name { get; } |
||
- | 17 | |
||
- | 18 | public MemoryRadioMode() |
||
- | 19 | { |
||
13 | |
20 | |
|
14 | public override string Name { get; } |
21 | } |
|
15 | |
22 | |
|
16 | public MemoryRadioMode(string name) |
23 | public MemoryRadioMode(string name) |
|
17 | { |
24 | { |