HamBook – Diff between revs 54 and 59

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 54 Rev 59
Line 14... Line 14...
14 private readonly LogMemorySink _memorySink; 14 private readonly LogMemorySink _memorySink;
Line 15... Line 15...
15   15  
16 public ViewLogsForm() 16 public ViewLogsForm()
17 { 17 {
18 InitializeComponent(); -  
19 Utilities.WindowState.FormTracker.Track(this); 18 InitializeComponent();
Line 20... Line 19...
20 } 19 }
21   20  
22 public ViewLogsForm(Form1 mainForm) : this() 21 public ViewLogsForm(Form1 mainForm) : this()
Line 63... Line 62...
63 } 62 }
Line 64... Line 63...
64   63  
65 break; 64 break;
66 } 65 }
-   66 }
-   67  
-   68 private void ViewLogsForm_Load(object sender, System.EventArgs e)
-   69 {
-   70 Utilities.WindowState.FormTracker.Track(this);
67 } 71 }
68 } 72 }
69 } 73 }