Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 43  →  ?path2? @ 44
/trunk/Winify/LogViewForm.cs
@@ -1,7 +1,6 @@
using System.Collections.Specialized;
using System.Threading;
using System.Windows.Forms;
using Winify;
using Winify.Utilities;
 
namespace Winify
@@ -17,6 +16,8 @@
public LogViewForm()
{
InitializeComponent();
 
Utilities.WindowState.FormTracker.Track(this);
}
 
public LogViewForm(MainForm mainForm) : this()
@@ -40,10 +41,7 @@
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && components != null)
{
components.Dispose();
}
if (disposing && components != null) components.Dispose();
 
_memorySink.Events.CollectionChanged -= Events_CollectionChanged;