//////////////////////////////////////////////// Menu Command Handlers
| 158 | ///////////////////////////////////////////////////// |
| 159 | // Menu Command Handlers |
| 160 | void TableFileFilter::OnFileExit() { |
| 161 | // TODO: Add your command handler code here |
| 162 | if (m_PageList.ModifiedPrompt() == IDYES) |
| 163 | EndDialog(0); |
| 164 | } |
| 165 | |
| 166 | void TableFileFilter::OnFileNew() { |
| 167 | // TODO: Add your command handler code here |
nothing calls this directly
no test coverage detected