| 1086 | |
| 1087 | |
| 1088 | void CMountPropertyPage::OnClickedExit() |
| 1089 | { |
| 1090 | // TODO: Add your control notification handler code here |
| 1091 | |
| 1092 | CCryptPropertySheet *pParent = (CCryptPropertySheet*)GetParent(); |
| 1093 | |
| 1094 | if (pParent) |
| 1095 | pParent->OnIdrExitcppcryptfs(); |
| 1096 | } |
| 1097 | |
| 1098 | |
| 1099 | void CMountPropertyPage::OnCbnSelchangePath() |
nothing calls this directly
no test coverage detected