From 1f4cec0e3b571e7541f0c7f3a5ea302ed586d9fb Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 24 十月 2019 16:47:06 +0800 Subject: [PATCH] 2019-10-24-5 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDevicePanelLogic.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDevicePanelLogic.cs similarity index 98% rename from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs rename to ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDevicePanelLogic.cs index e1d408c..ef8c355 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDevicePanelLogic.cs @@ -9,24 +9,24 @@ /// <summary> /// 骞叉帴鐐圭殑閫昏緫 /// </summary> - public class HdlPanelLogic + public class HdlDevicePanelLogic { #region 鈻� 鍙橀噺澹版槑___________________________ /// <summary> /// 骞叉帴鐐圭殑閫昏緫 /// </summary> - private static HdlPanelLogic m_Current = null; + private static HdlDevicePanelLogic m_Current = null; /// <summary> /// 骞叉帴鐐圭殑閫昏緫 /// </summary> - public static HdlPanelLogic Current + public static HdlDevicePanelLogic Current { get { if (m_Current == null) { - m_Current = new HdlPanelLogic(); + m_Current = new HdlDevicePanelLogic(); } return m_Current; } @@ -44,7 +44,7 @@ /// <summary> /// 鍒濆鍖� /// </summary> - public HdlPanelLogic() + public HdlDevicePanelLogic() { //浠庢湰鍦版枃浠惰繕鍘熷共鎺ョ偣鐨勭鏈夊睘鎬� this.LoadDryContactFunctionFromLocaltion(); -- Gitblit v1.8.0