From 31497bb69602433d94c8a28ea01c3ee3c7cc8576 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 24 十月 2019 14:32:30 +0800 Subject: [PATCH] 完全合并了Wjc,Xm 的 代码 --- 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