| 1335 | } |
| 1336 | |
| 1337 | void CMainFrame::OnAppAbout(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1338 | { |
| 1339 | CAboutDlg dlg; |
| 1340 | dlg.DoModal(); |
| 1341 | } |
| 1342 | |
| 1343 | int CMainFrame::GetViewCount() const |
| 1344 | { |
nothing calls this directly
no outgoing calls
no test coverage detected