| 59 | IMPLEMENT_DYNAMIC(CCreatePropertyPage, CCryptPropertyPage) |
| 60 | |
| 61 | CCreatePropertyPage::CCreatePropertyPage() |
| 62 | : CCryptPropertyPage(IDD_CREATE) |
| 63 | { |
| 64 | |
| 65 | } |
| 66 | |
| 67 | CCreatePropertyPage::~CCreatePropertyPage() |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected