Winify – Diff between revs 44 and 69

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