ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayProductInfoForm.cs
@@ -94,7 +94,7 @@ if (gateWayExist == true) { btnGateName = new FrameCaptionInputControl(caption, deviceName, listview.rowSpace / 2); btnGateName.txtInput.MaxByte = 48;//限制只能输入48个字节 btnGateName.txtInput.MaxByte = 32;//限制只能输入32个字节 listview.AddChidren(btnGateName); btnGateName.InitControl(); //划线 @@ -142,7 +142,7 @@ rowBeloneArea.SelectRoomEvent += (roomKeys) => { //变更网关房间 HdlGatewayLogic.Current.ChangedGatewayRoom(this.zbGateway.GwId, roomKeys); HdlRoomLogic.Current.ChangedGatewayRoom(this.zbGateway.GwId, roomKeys); }; //完成初始化桌布