HamBook – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
54 office 1 namespace HamBook.Radios.Yaesu.FT_891
2 {
3 [Radio("Yaesu FT-891")]
4 public class MenuIndex : Generic.MenuIndex
5 {
6 public override int[] Indices =>
7 new[]
8 {
9 101, 102, 03, 201, 202, 203, 204, 205, 206,
10 207, 301, 302, 401, 402, 403, 404, 405, 406,
11 407, 408, 409, 410, 411, 501, 502, 503, 505,
12 506, 507, 508, 509, 510, 511, 512, 513, 514,
13 515, 516, 517, 518, 519, 520, 601, 602, 603,
14 604, 605, 606, 607, 701, 702, 703, 704, 705,
15 706, 707, 708, 709, 710, 711, 712, 713, 801,
16 802, 803, 804, 805, 806, 807, 808, 809, 810,
17 811, 812, 901, 902, 903, 904, 905, 906, 1001,
18 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009,
19 1010, 1011, 1101, 1102, 1103, 1104, 1105, 1106,
20 1107, 1108, 1109, 1201, 1202, 1203, 1204, 1301,
21 1302, 1401, 1402, 1403, 1404, 1405, 1406, 1407,
22 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508,
23 1509, 1010, 1511, 1512, 1513, 1514, 1515, 1516,
24 1517, 1518, 1601, 1602, 1603, 1604, 1605, 1606,
25 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614,
26 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622,
27 1623 //, 1701, 1801, 1802, 1803
28 };
29 }
30 }