using System; namespace HDL_ON.UI { public partial class CurtainModulePage { void LoadEventList() { //回退刷新信息事件 actionRefresh = () => { btnFunctionName.Text = btnFunctionName_Out.Text = function.name; btnFromFloor_Out.Text = btnFromFoorAndRoom.Text = function.GetRoomListName(); }; } } }