| 320 | } |
| 321 | |
| 322 | void TableFileFilter::OnBtnRemovePage() { |
| 323 | // TODO: Add your control notification handler code here |
| 324 | m_PageList.RemoveSelFromListCtrl(); |
| 325 | |
| 326 | m_PageList.SetTitleString(); |
| 327 | } |
nothing calls this directly
no test coverage detected