| 89 | IMPLEMENT_DYNAMIC(CCryptAboutPropertyPage, CCryptPropertyPage) |
| 90 | |
| 91 | CCryptAboutPropertyPage::CCryptAboutPropertyPage() |
| 92 | : CCryptPropertyPage(IDD_ABOUTBOX) |
| 93 | { |
| 94 | LoadLicensesFromResource(); |
| 95 | } |
| 96 | |
| 97 | CCryptAboutPropertyPage::~CCryptAboutPropertyPage() |
| 98 | { |
nothing calls this directly
no test coverage detected