HamBook – Diff between revs 56 and 59
?pathlinks?
Rev 56 | Rev 59 | |||
---|---|---|---|---|
Line 36... | Line 36... | |||
36 | private Task _writeMemoryBanksTask; |
36 | private Task _writeMemoryBanksTask; |
|
Line 37... | Line 37... | |||
37 | |
37 | |
|
38 | public MemoryOrganizerForm() |
38 | public MemoryOrganizerForm() |
|
39 | { |
39 | { |
|
40 | InitializeComponent(); |
- | ||
Line 41... | Line 40... | |||
41 | Utilities.WindowState.FormTracker.Track(this); |
40 | InitializeComponent(); |
|
42 | |
41 | |
|
43 | _localCancellationTokenSource = new CancellationTokenSource(); |
42 | _localCancellationTokenSource = new CancellationTokenSource(); |
|
Line 200... | Line 199... | |||
200 | } |
199 | } |
|
201 | } |
200 | } |
|
Line 202... | Line 201... | |||
202 | |
201 | |
|
203 | private void MemoryOrganizerForm_Load(object sender, EventArgs e) |
202 | private void MemoryOrganizerForm_Load(object sender, EventArgs e) |
|
- | 203 | { |
||
- | 204 | Utilities.WindowState.FormTracker.Track(this); |
||
204 | { |
205 | |
|
205 | // Generate columns based on radio type. |
206 | // Generate columns based on radio type. |
|
206 | switch (Configuration.Radio) |
207 | switch (Configuration.Radio) |
|
207 | { |
208 | { |
|
208 | case "Yaesu FT-891": |
209 | case "Yaesu FT-891": |