HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-30 25429f085093d89d543a0b90e30d0d62d1b7dac9
ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs
old mode 100755 new mode 100644
@@ -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);
@@ -300,7 +300,7 @@
                var cycle = new Cycle(() => { Method.UpdateWeek(weekBtn, Common.Logic.CurrentLogic); });
                UserView.HomePage.Instance.AddChidren(cycle);
                UserView.HomePage.Instance.PageIndex += 1;
                cycle.Show();
                cycle.Show(LogicView.IfString._LockLogic, Yes);
            };
            weekBtn.MouseUpEventHandler += cycleclick;
            weekview.clickBtn.MouseUpEventHandler += cycleclick;
@@ -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) =>
            {