From f56f083a7e59e58dd44913b11ce4e959fb0475cc Mon Sep 17 00:00:00 2001
From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com>
Date: 星期三, 20 十一月 2024 19:16:44 +0800
Subject: [PATCH] 1. 添加运行日志界面2.运行日志基本功能已经完成

---
 SourceCode/Bond/BondEq/BondEqDlg.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/BondEq/BondEqDlg.h b/SourceCode/Bond/BondEq/BondEqDlg.h
index 4743df0..bcb13fd 100644
--- a/SourceCode/Bond/BondEq/BondEqDlg.h
+++ b/SourceCode/Bond/BondEq/BondEqDlg.h
@@ -24,7 +24,7 @@
 	void CloseView(CBaseView* pView);
 	CHomeDialog* CreateHomeDlg();
 	CBaseView* CreateRemoteEqView(BEQ::IRemoteEquipment* pEquipment);
-	void ShowLoginDlg();
+	void UpdateLoginStatus();
 
 private:
 	COLORREF m_crBkgnd;

--
Gitblit v1.9.3