MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / NSFMemoryWriteDialog

Method NSFMemoryWriteDialog

nsfplug_ui/NSFMemoryWriteDialog.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17NSFMemoryWriteDialog::NSFMemoryWriteDialog(CWnd* pParent /*=NULL*/)
18 : CDialog(NSFMemoryWriteDialog::IDD, pParent)
19{
20 //{{AFX_DATA_INIT(NSFMemoryWriteDialog)
21 m_address = _T("");
22 m_value = _T("");
23 //}}AFX_DATA_INIT
24}
25
26
27void NSFMemoryWriteDialog::DoDataExchange(CDataExchange* pDX)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected