| | |
| | | { |
| | | list.Add(Pir.currPir.FunctioList[i].name); |
| | | } |
| | | Method method = new Method(); |
| | | PirMethod method = new PirMethod(); |
| | | method.EditControlName(StringId.editName,list, control.name, (name, dialog) => |
| | | { |
| | | Method.ThreadSend(new Control { deviceId = control.deviceId, name = name }, (responsePackNew) => |
| | | PirMethod.ThreadSend(new Control { deviceId = control.deviceId, name = name }, (responsePackNew) => |
| | | { |
| | | dialog.Close(); |
| | | editNameFLayout.btnEditText.Text = name; |
| | |
| | | //遥控器所属区域选中事件 |
| | | areaFLayout.btnClick.MouseUpEventHandler += (sender, e) => |
| | | { |
| | | Method method = new Method(); |
| | | PirMethod method = new PirMethod(); |
| | | method.ManagementPosition(control, () => |
| | | { |
| | | //更新区域 |