HamBook – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
3 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.Radios.Generic
8 {
9 public enum RadioStorage : int
10 {
11 VFO = 0,
12 MEMORY = 1,
13 MEMORY_TUNE = 2,
14 PMS = 5
15 }
16 }