public WindowLog(bool add, IntPtr hWnd, WindowFilter filter) { _add = add; _hWnd = hWnd; _filter = filter; }