HamBook – Blame information for rev 39
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
39 | office | 1 | using System; |
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace HamBook |
||
8 | { |
||
9 | public enum MemoryTuneExceptionCode |
||
10 | { |
||
11 | Unknown = 0, |
||
12 | CouldNotChangeChannel, |
||
13 | CouldNotEnableTuner, |
||
14 | CouldNotStartTuning, |
||
15 | } |
||
16 | } |