| 175 | } |
| 176 | |
| 177 | void CTableFileEdit::OnClose() { |
| 178 | // TODO: Add your message handler code here and/or call default |
| 179 | if (m_PageList.ModifiedPrompt(this) == IDYES) |
| 180 | CDialog::OnClose(); |
| 181 | } |
| 182 | |
| 183 | void CTableFileEdit::OnChangeTableEditDescriptionEdit() { |
| 184 | // TODO: If this is a RICHEDIT control, the control will not |
nothing calls this directly
no test coverage detected