/// <summary> /// Initializes the sorter. /// </summary> public BaseListCtrlSorter(BaseListCtrl control) { m_control = control; }