MCPcopy Create free account
hub / github.com/acl-dev/acl / Init

Method Init

app/jencode/AddBOM.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void CAddBOM::Init(HWND hWnd, CString &sPath)
17{
18 m_hWnd = hWnd;
19 m_sPath = sPath;
20}
21void CAddBOM::OnAdding(int nMsg)
22{
23 m_nMsgAdding = nMsg;

Callers 8

OnBnClickedAclTransMethod · 0.45
OnBnClickedAclRestoreMethod · 0.45
OnBnClickedDelBomMethod · 0.45
OnBnClickedAddBomMethod · 0.45
OnBnClickedTransIdxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected