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

Method DoDataExchange

ReClass/DialogPlugins.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18END_MESSAGE_MAP( )
19
20void CDialogPlugins::DoDataExchange( CDataExchange* pDX )
21{
22 DDX_Control( pDX, IDC_PLUGIN_LIST, m_PluginsList );
23 CDialogEx::DoDataExchange( pDX );
24}
25
26BOOL CDialogPlugins::OnInitDialog( )
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected