HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs
@@ -47,7 +47,7 @@ { btnFunctionName.Text = btnFunctionName_Out.Text = fh.name; btnFromFloor_Out.Text = btnFromFoorAndRoom.Text = fh.GetRoomListName(); fh.SaveFunctionData(); fh.SaveFunctionData(true); }; } @@ -59,7 +59,7 @@ btnCollection.MouseUpEventHandler += (sender, e) => { btnCollection.IsSelected = fh.collect = btnCollection_Out.IsSelected = !btnCollection.IsSelected; fh.SaveFunctionData(); fh.SaveFunctionData(true); }; }