| 18 | END_MESSAGE_MAP( ) |
| 19 | |
| 20 | void CDialogPlugins::DoDataExchange( CDataExchange* pDX ) |
| 21 | { |
| 22 | DDX_Control( pDX, IDC_PLUGIN_LIST, m_PluginsList ); |
| 23 | CDialogEx::DoDataExchange( pDX ); |
| 24 | } |
| 25 | |
| 26 | BOOL CDialogPlugins::OnInitDialog( ) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected