| | |
| | | /// <summary> |
| | | /// 解绑设备回调 |
| | | /// </summary> |
| | | Action actionDel; |
| | | public Action actionDel; |
| | | #endregion |
| | | |
| | | public FunctionBaseInfoSetPage(Function func, Action action,Action actionDel=null) |
| | | public FunctionBaseInfoSetPage(Function func, Action action) |
| | | { |
| | | bodyView = this; |
| | | function = func; |
| | | actionRefresh = action; |
| | | this.actionDel = actionDel; |
| | | } |
| | | |
| | | public override void RemoveFromParent() |
| | |
| | | public void LoadPage(bool locationSetting = true) |
| | | { |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.Setting)).LoadTopView(actionRefresh); |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.Setting)).LoadTopView(); |
| | | |
| | | var contentView = new VerticalScrolViewLayout() |
| | | { |