Style fix.

This commit is contained in:
Lorenz Cuno Klopfenstein 2012-05-29 17:12:30 +02:00
parent 2ebd15fac2
commit 58be4f1f2d

View file

@ -30,9 +30,7 @@ namespace OnTopReplica.WindowSeekers {
public virtual void Refresh() {
_list.Clear();
WindowManagerMethods.EnumWindows(
new WindowManagerMethods.EnumWindowsProc(RefreshCallback),
IntPtr.Zero);
WindowManagerMethods.EnumWindows(RefreshCallback, IntPtr.Zero);
}
private bool RefreshCallback(IntPtr hwnd, IntPtr lParam) {