HDL_ON/UI/UI2/2-Classification/FunctionPage.cs
@@ -187,6 +187,25 @@ ShowFunctionRow(functionList); LoadDialog_ChangeFloor(); #region 加载组合调光场景 if (titleId == StringId.Lights) { foreach (var lightScene in FunctionList.List.scenes) { if (lightScene.sceneType == SceneType.LightScene) if (lightScene != null) { functionListView.AddChidren(new Button() { Height = Application.GetRealHeight(12) }); var sceneRow = new SceneControlZone(lightScene); functionListView.AddChidren(sceneRow); sceneRow.LoadView(); } } } #endregion } /// <summary>