LAPTOP-SNT8I5JK\Boounion
2024-11-14 2b11e4fad850a2a639b563eaa6535b4d92b4a4d9
SourceCode/Bond/BondEq/BondEqDlg.cpp
@@ -7,7 +7,7 @@
#include "BondEqDlg.h"
#include "afxdialogex.h"
#include "Common.h"
#include "Bonder.h"
#include "CBonder.h"
#include "SettingsDlg.h"
#include "UserManager.h"
#include "LoginDlg.h"
@@ -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);
}