| 56 | IMPLEMENT_DYNAMIC( CDialogConsole, CDialogEx ) |
| 57 | |
| 58 | CDialogConsole::CDialogConsole( CString WindowTitle, CWnd* pParent /*=NULL*/ ) : |
| 59 | CDialogEx( IDD_DIALOG_CONSOLE, pParent ), |
| 60 | m_strWindowTitle( WindowTitle ), |
| 61 | m_hEditWindow( NULL ), |
| 62 | m_bInitialized( FALSE ) |
| 63 | { |
| 64 | } |
| 65 | |
| 66 | CDialogConsole::~CDialogConsole( ) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected