| 108 | } |
| 109 | |
| 110 | void CTableFileEdit::OnTableEditBtnNext() { |
| 111 | // TODO: Add your control notification handler code here |
| 112 | m_PageList.SaveSelected(&m_DescriptionBox); |
| 113 | m_PageList.SelectNext(); |
| 114 | m_PageList.DisplaySelected(&m_NameList, &m_DescriptionBox); |
| 115 | } |
| 116 | |
| 117 | void CTableFileEdit::OnTableEditBtnPrevious() { |
| 118 | // TODO: Add your control notification handler code here |
nothing calls this directly
no test coverage detected