| 9 | |
| 10 | IMPLEMENT_DYNAMIC(KeyDialog, CDialog) |
| 11 | KeyDialog::KeyDialog(CWnd* pParent /*=NULL*/) |
| 12 | : CDialog(KeyDialog::IDD, pParent) |
| 13 | { |
| 14 | m_bInit = false; |
| 15 | m_nTimer = 0; |
| 16 | } |
| 17 | |
| 18 | KeyDialog::~KeyDialog() |
| 19 | { |
nothing calls this directly
no outgoing calls
no test coverage detected