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

Method OnBnClickedAclRestore

app/jencode/JencodeDlg.cpp:373–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void CJencodeDlg::OnBnClickedAclRestore()
374{
375 // TODO: 在此添加控件通知处理程序代码
376 if (!CheckPath()) {
377 return;
378 }
379
380 static CAclTrans aclTrans;
381
382 aclTrans.Init(this->GetSafeHwnd(), m_sPath);
383 aclTrans.OnTransEnd(WM_USER_TRANS_OVER);
384 aclTrans.Run(FALSE);
385 m_wndStatus.SetText("运行", 0, 0);
386 m_nBegin = time(NULL);
387 ButtonsDisable();
388}
389
390void CJencodeDlg::OnBnClickedDelBom()
391{

Callers

nothing calls this directly

Calls 4

InitMethod · 0.45
OnTransEndMethod · 0.45
RunMethod · 0.45
SetTextMethod · 0.45

Tested by

no test coverage detected