Widow – Diff between revs 15 and 18

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 15 Rev 18
Line 44... Line 44...
44 Settings.Default.SettingsSaving += Default_SettingsSaving; 44 Settings.Default.SettingsSaving += Default_SettingsSaving;
45 Settings.Default.PropertyChanged += Default_PropertyChanged; 45 Settings.Default.PropertyChanged += Default_PropertyChanged;
Line 46... Line 46...
46   46  
Line -... Line 47...
-   47 Natives.RegisterShellHookWindow(Handle);
-   48  
47 Natives.RegisterShellHookWindow(Handle); 49 WindowManipulation = new WindowManipulation(Settings.Default, this);
48   50  
49 LoadWindows().ContinueWith(task => 51 LoadWindows().ContinueWith(task =>
50 { 52 {
51 WindowManipulation = new WindowManipulation(this, Windows, Settings.Default); 53 WindowManipulation.AddWindows(Windows);
Line 52... Line 54...
52 }); 54 });
53 } 55 }