| 475 | } |
| 476 | |
| 477 | void CMainFrame::CloseDialog(int nVal) { |
| 478 | DestroyWindow(); |
| 479 | ::PostQuitMessage(nVal); |
| 480 | } |
| 481 | |
| 482 | LRESULT CMainFrame::OnTcnSelChange(int, LPNMHDR hdr, BOOL&) { |
| 483 | int index = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected