| 361 | |
| 362 | |
| 363 | void CCreatePropertyPage::OnClickedCreate() |
| 364 | { |
| 365 | // TODO: Add your control notification handler code here |
| 366 | |
| 367 | CreateCryptfs(); |
| 368 | } |
| 369 | |
| 370 | |
| 371 | BOOL CCreatePropertyPage::OnInitDialog() |
nothing calls this directly
no outgoing calls
no test coverage detected