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

Method CDialogProgress

ReClass/DialogProgress.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected