JLChen
2021-02-02 a8650441a2e765a61a9ff8ae802f69991a9d2475
HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs
@@ -38,7 +38,7 @@
            actionRefresh = () => {
                btnFunctionName.Text = btnFunctionName_Out.Text = socketFunction.name;
                btnFromFloor_Out.Text = btnFromFoorAndRoom.Text = socketFunction.GetRoomListName();
                socketFunction.SaveFunctionData(true);
                socketFunction.UpdataFuncitonInfo();
            };
        }