/// <summary> /// /// </summary> /// <param name="template"></param> protected FilterRow(FilterRow template) : base(template) { }
/// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> protected virtual void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } if (m_filterRow != null) { m_filterRow = null; } m_toolTip.Dispose(); } }