HamBook – Diff between revs 12 and 54
?pathlinks?
Rev 12 | Rev 54 | |||
---|---|---|---|---|
Line 1... | Line -... | |||
1 | using System; |
- | ||
2 | using System.Collections.Generic; |
- | ||
3 | using System.ComponentModel; |
1 | using System.ComponentModel; |
|
4 | using System.Linq; |
- | ||
5 | using System.Text; |
- | ||
6 | using System.Threading.Tasks; |
- | ||
Line 7... | Line 2... | |||
7 | |
2 | |
|
8 | namespace Configuration |
3 | namespace Configuration |
|
9 | { |
4 | { |
|
10 | public enum NotificationType |
5 | public enum NotificationType |
|
11 | { |
6 | { |
|
Line 12... | Line 7... | |||
12 | None, |
7 | None, |
|
13 | |
8 | |
|
14 | [Description("Signal detected while scanning")] |
9 | [Description("Signal detected while scanning")] |
|
15 | SignalScanDetect |
10 | SignalScanDetect |
|
16 | } |
11 | } |