| 69 | } |
| 70 | |
| 71 | void CCreatePropertyPage::DoDataExchange(CDataExchange* pDX) |
| 72 | { |
| 73 | CPropertyPage::DoDataExchange(pDX); |
| 74 | DDX_Control(pDX, IDC_PASSWORD, m_password); |
| 75 | DDX_Control(pDX, IDC_PASSWORD2, m_password2); |
| 76 | } |
| 77 | |
| 78 | |
| 79 | BEGIN_MESSAGE_MAP(CCreatePropertyPage, CPropertyPage) |
nothing calls this directly
no outgoing calls
no test coverage detected