| 227 | |
| 228 | |
| 229 | void CCryptPropertySheet::OnIdrShowcppcryptfs() |
| 230 | { |
| 231 | // TODO: Add your command handler code here |
| 232 | |
| 233 | m_bHideAfterInit = FALSE; |
| 234 | |
| 235 | theApp.m_pMainWnd->ShowWindow(SW_SHOW); |
| 236 | |
| 237 | } |
| 238 | |
| 239 | |
| 240 | void CCryptPropertySheet::OnIdrExitcppcryptfs() |
nothing calls this directly
no outgoing calls
no test coverage detected