/// <summary> /// Constructs a new instance of this class and sets the owning /// object. /// </summary> /// <param name="owner">The <see cref="PopupWindowHelper"/> object /// which owns this class.</param> public PopupWindowHelperMessageFilter(PopupWindowHelper owner) { this.owner = owner; }