LAPTOP-T815PCOQ\25526
2024-11-14 b4d6dbfab5a2113e1a2f6fc067bfd0ce85b81e55
SourceCode/Bond/BondEq/BondEqDlg.cpp
@@ -212,7 +212,6 @@
   // Homeҳ
   m_pHomeDialog = CreateHomeDlg();
   ShowWindow(SW_SHOWMAXIMIZED);
   SetTimer(2, 1000, nullptr);
   InitRxWindows();
@@ -578,10 +577,7 @@
         }
      }
   }
   else if (2 == nIDEvent) {
      KillTimer(2);
      theApp.m_model.createRemoteEqs();
   }
   CDialogEx::OnTimer(nIDEvent);
}