| 1301 | } |
| 1302 | |
| 1303 | void CColorCopDlg::OnAbout() { |
| 1304 | CAboutDlg dlg; |
| 1305 | dlg.DoModal(); |
| 1306 | } |
| 1307 | |
| 1308 | void CColorCopDlg::OnChangeGreen() { |
| 1309 | m_Greendec = GetDlgItemInt(IDC_GREEN); |
nothing calls this directly
no outgoing calls
no test coverage detected