| | |
| | | /// 房间名称 |
| | | /// </summary> |
| | | Button btnRoomManagementTitle; |
| | | #endregion |
| | | |
| | | public ResidentialManagePage() |
| | | /// <summary> |
| | | /// 调试权限开关按钮 |
| | | /// </summary> |
| | | Button btnCommissioningAuthoritySwitchIcon; |
| | | |
| | | #endregion |
| | | /// <summary> |
| | | /// 更新住宅名称的回调函数 |
| | | /// </summary> |
| | | Action upateResidenceName; |
| | | |
| | | public ResidentialManagePage(Action action) |
| | | { |
| | | bodyView = this; |
| | | upateResidenceName = action; |
| | | } |
| | | |
| | | public void LoadPage() |
| | |
| | | }; |
| | | commissioningAuthorityRow.AddChidren(btnCommissioningAuthorityExplan); |
| | | |
| | | Button btnCommissioningAuthoritySwitchIcon; |
| | | btnCommissioningAuthoritySwitchIcon = new Button() |
| | | { |
| | | X = Application.GetRealWidth(314), |