| 54 | IMPLEMENT_DYNAMIC( CDialogEdit, CDialogEx ) |
| 55 | |
| 56 | CDialogEdit::CDialogEdit( CWnd* pParent /*=NULL*/ ) : |
| 57 | CDialogEx( CDialogEdit::IDD, pParent ), |
| 58 | m_hEditWindow( NULL ) |
| 59 | { |
| 60 | } |
| 61 | |
| 62 | CDialogEdit::~CDialogEdit( ) |
| 63 | { |
nothing calls this directly
no outgoing calls
no test coverage detected