From e90209beae6a4e822cecb18e6889f8bda23f630e Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 14 十二月 2020 11:16:06 +0800 Subject: [PATCH] 合并了晾衣架(非新云端) --- ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs b/ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs index fc9b3c8..90df1c8 100755 --- a/ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs @@ -206,7 +206,7 @@ { deviceinof = new CommonDevice(); } - actiondevice.deviceNameBtn.Text = HdlDeviceCommonLogic.Current.GetDeviceEpointName(deviceinof); + actiondevice.deviceNameBtn.Text = LocalDevice.Current.GetDeviceEpointName(deviceinof); actiondevice.deviceNameBtn.Visible = true; actiondevice.regionNameBtn.Visible = true; Method.RoomNmae(actiondevice.regionNameBtn, deviceinof); @@ -342,7 +342,7 @@ this.AddChidren(flMain); CompleteView completeView = new CompleteView(); flMain.AddChidren(completeView.Show(1)); - // completeView.Btntitle.Text =HdlDeviceCommonLogic.Current.GetDeviceEpointName(common); + // completeView.Btntitle.Text =LocalDevice.Current.GetDeviceEpointName(common); completeView.Btntitle.TextID = MyInternationalizationString.openmode; EventHandler<MouseEventArgs> clickcancel = (sender, e) => { -- Gitblit v1.8.0