| 92 | } |
| 93 | |
| 94 | void CTableFileEdit::OnTableEditFileExit() { |
| 95 | // TODO: Add your command handler code here |
| 96 | if (m_PageList.ModifiedPrompt(this) == IDYES) |
| 97 | EndDialog(0); |
| 98 | } |
| 99 | |
| 100 | void CTableFileEdit::OnSelChangeTableEditNameList() { |
| 101 | // TODO: Add your control notification handler code here |
nothing calls this directly
no test coverage detected