Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 17  →  ?path2? @ 18
/trunk/Widow/MainForm.cs
@@ -46,9 +46,11 @@
 
Natives.RegisterShellHookWindow(Handle);
 
WindowManipulation = new WindowManipulation(Settings.Default, this);
 
LoadWindows().ContinueWith(task =>
{
WindowManipulation = new WindowManipulation(this, Windows, Settings.Default);
WindowManipulation.AddWindows(Windows);
});
}