HamBook – Diff between revs 1 and 53

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 53
Line 22... Line 22...
22 private readonly LogMemorySink _memorySink; 22 private readonly LogMemorySink _memorySink;
Line 23... Line 23...
23   23  
24 public ViewLogsForm() 24 public ViewLogsForm()
25 { 25 {
-   26 InitializeComponent();
26 InitializeComponent(); 27 Utilities.WindowState.FormTracker.Track(this);
Line 27... Line 28...
27 } 28 }
28   29  
29 public ViewLogsForm(Form1 mainForm) : this() 30 public ViewLogsForm(Form1 mainForm) : this()