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

Method CDialogTypes

ReClass/DialogTypes.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11IMPLEMENT_DYNAMIC( CDialogTypes, CDialogEx )
12
13CDialogTypes::CDialogTypes( CWnd* pParent /*=NULL*/ )
14 : CDialogEx( CDialogTypes::IDD, pParent )
15{
16
17}
18
19CDialogTypes::~CDialogTypes( )
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected