MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnAppAbout

Method OnAppAbout

DebugView++/MainFrame.cpp:1337–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335}
1336
1337void CMainFrame::OnAppAbout(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1338{
1339 CAboutDlg dlg;
1340 dlg.DoModal();
1341}
1342
1343int CMainFrame::GetViewCount() const
1344{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected