HamBook – Diff between revs 56 and 59

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 56 Rev 59
Line 36... Line 36...
36 private readonly Radios.Generic.RadioMenu _radioMenu; 36 private readonly Radios.Generic.RadioMenu _radioMenu;
Line 37... Line 37...
37   37  
38 public MenuForm() 38 public MenuForm()
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 76... Line 75...
76 } 75 }
77 } 76 }
Line 78... Line 77...
78   77  
79 private void MenuForm_Load(object sender, EventArgs e) 78 private void MenuForm_Load(object sender, EventArgs e)
-   79 {
-   80 Utilities.WindowState.FormTracker.Track(this);
80 { 81  
81 // Generate columns based on radio type. 82 // Generate columns based on radio type.
82 switch (Configuration.Radio) 83 switch (Configuration.Radio)
83 { 84 {
84 case "Yaesu FT-891": 85 case "Yaesu FT-891":