MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / CDialogConsole

Method CDialogConsole

ReClass/DialogConsole.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56IMPLEMENT_DYNAMIC( CDialogConsole, CDialogEx )
57
58CDialogConsole::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
66CDialogConsole::~CDialogConsole( )
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected