ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceListMainForm.csold mode 100755 new mode 100644
@@ -1284,13 +1284,13 @@ #region ■ 自定义智能音箱控件_____________________ /// <summary> /// 自定义网关控件 /// 自定义音箱控件 /// </summary> private class MySmartSoundControl : FrameRowControl { /// <summary> /// 网关名字控件 /// 音箱名字控件 /// </summary> private NormalViewControl btnName = null; @@ -1326,6 +1326,7 @@ this.AddRightArrow(); this.AddMostRightView("", 300, false).Name = "smartSoundLayout"; this.AddBottomLine(); } } #endregion