wxr
2020-03-31 002a3f2e9d2f9579c01f88af12bd8a320003569f
HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditFunctionPage.cs
@@ -204,16 +204,16 @@
                functionRow.AddChidren(btnFunctionIcon);
                switch (function.functionCategory)
                {
                    case FunctionType.AC:
                    case FunctionCategory.AC:
                        btnFunctionIcon.UnSelectedImagePath = "FunctionIcon/AC/AcThinIcon.png";
                        break;
                    case FunctionType.Curtain:
                    case FunctionCategory.Curtain:
                        btnFunctionIcon.UnSelectedImagePath = "FunctionIcon/Curtain/CurtainThinIcon.png";
                        break;
                    case FunctionType.Light:
                    case FunctionCategory.Light:
                        btnFunctionIcon.UnSelectedImagePath = "FunctionIcon/Light/LightThinIcon.png";
                        break;
                    case FunctionType.FloorHeating:
                    case FunctionCategory.FloorHeating:
                        btnFunctionIcon.UnSelectedImagePath = "FunctionIcon/FloorHeating/FloorHeatingThinIcon.png";
                        break;
                }
@@ -367,7 +367,8 @@
                    BackgroundColor = CSS_Color.DividingLineColor,
                });
            }
            dialogBodyView.MouseUpEventHandler = (sender, e) => {
            dialogBodyView.MouseUpEventHandler = (sender, e) =>
            {
                dialog.Close();
            };