LAPTOP-SNT8I5JK\Boounion
2025-07-29 15a7d8ae540c2993d166fe99b1ca13b6d2b101f0
SourceCode/Bond/Servo/CPagePortProperty.cpp
@@ -145,6 +145,8 @@
   CMsgDlg msgDlg("请等待", "正在操作,请等待...");
   ASSERT(m_pPort != nullptr);
   theApp.m_model.setPortEnable(m_pPort->getIndex(), bCheck);
   /*
   m_pPort->eablePort(bCheck, [&](int code) -> int {
      Sleep(100);
      CString strMsg;
@@ -184,6 +186,7 @@
   msgDlg.DoModal();
   g_nMsgDlgShow = 1;
   */
}
void CPagePortProperty::OnCbnSelchangeComboPortType()