| 39 | |
| 40 | |
| 41 | void CMountMangerDialog::OnBnClickedOk() |
| 42 | { |
| 43 | // TODO: Add your control notification handler code here |
| 44 | CDialogEx::OnOK(); |
| 45 | |
| 46 | m_bOkPressed = TRUE; |
| 47 | |
| 48 | |
| 49 | } |
| 50 | |
| 51 | |
| 52 | void CMountMangerDialog::OnBnClickedDontshowagain() |
nothing calls this directly
no outgoing calls
no test coverage detected