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

Method CDialogEdit

ReClass/DialogEdit.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54IMPLEMENT_DYNAMIC( CDialogEdit, CDialogEx )
55
56CDialogEdit::CDialogEdit( CWnd* pParent /*=NULL*/ ) :
57 CDialogEx( CDialogEdit::IDD, pParent ),
58 m_hEditWindow( NULL )
59{
60}
61
62CDialogEdit::~CDialogEdit( )
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected