| 313 | } |
| 314 | |
| 315 | void TableFileFilter::OnBtnRemoveLevel() { |
| 316 | // TODO: Add your control notification handler code here |
| 317 | m_PageList.RemoveSelLevelFilename(); |
| 318 | |
| 319 | m_PageList.SetTitleString(); |
| 320 | } |
| 321 | |
| 322 | void TableFileFilter::OnBtnRemovePage() { |
| 323 | // TODO: Add your control notification handler code here |
nothing calls this directly
no test coverage detected