| | |
| | | bodyView = this; |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | } |
| | | |
| | | public void LoadView() |
| | | { |
| | | #region 个人信息 |
| | |
| | | #region 住宅信息区域 |
| | | if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare |
| | | && DB_ResidenceData.Instance.GatewayType == 1 |
| | | && DB_ResidenceData.Instance.CurrentRegion.isSupportGroupControl) |
| | | && DB_ResidenceData.Instance.HomeGateway.isSupportGroupControl) |
| | | { |
| | | residenceInfoView = new FrameLayout() |
| | | { |
| | |
| | | residenceAddFunctionView.AddChidren(btnResidenceAddFunctionText); |
| | | #endregion |
| | | |
| | | if (DB_ResidenceData.Instance.CurrentRegion.isSupportGroupControl) |
| | | if (DB_ResidenceData.Instance.HomeGateway.isSupportGroupControl) |
| | | { |
| | | residenceFunctionCount++; |
| | | #region ---组合调光 |