| 948 | } |
| 949 | |
| 950 | void CMainFrame::OnFileRun(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 951 | { |
| 952 | Run(); |
| 953 | } |
| 954 | |
| 955 | void CMainFrame::Load(const std::wstring& filename) |
| 956 | { |
nothing calls this directly
no outgoing calls
no test coverage detected