| | |
| | | LoadTopView(); |
| | | } |
| | | |
| | | public void LoadTopView_RoomTop(Action backAction ,Action editAction) |
| | | public void LoadTopView_RoomTop(Action backAction, Action editAction) |
| | | { |
| | | this.backAction = backAction; |
| | | |
| | |
| | | /// </summary> |
| | | /// <param name="frame"></param> |
| | | /// <param name="tilte"></param> |
| | | public void LoadTopView_FunctionTop(Function function, Action action) |
| | | public void LoadTopView_FunctionTop(Function function, Action action,bool locationSet = true) |
| | | { |
| | | backAction = action; |
| | | |
| | |
| | | { |
| | | var infoView = new FunctionBaseInfoSetPage(function, action); |
| | | MainPage.BasePageView.AddChidren(infoView); |
| | | infoView.LoadPage(); |
| | | infoView.LoadPage(locationSet); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | }; |
| | | } |
| | |
| | | /// <summary> |
| | | /// 楼层管理顶部栏 |
| | | /// </summary> |
| | | public void LoadTopView_FloorTopView(Action<string> callBack,Action action) |
| | | public void LoadTopView_FloorTopView(Action<string> callBack, Action action) |
| | | { |
| | | LoadTopView(); |
| | | |
| | |
| | | /// <summary> |
| | | /// 成员顶部栏 |
| | | /// </summary> |
| | | public void LoadTopView_MemberTopView(Action callBack, Action action) |
| | | public void LoadTopView_MemberTopView(Action addAction, Action action) |
| | | { |
| | | LoadTopView(); |
| | | backAction = action; |
| | |
| | | Height = Application.GetMinRealAverage(28), |
| | | UnSelectedImagePath = "FunctionIcon/ArmCenter/HistoryIcon.png", |
| | | }; |
| | | contentView.AddChidren(btnAddIcon); |
| | | //contentView.AddChidren(btnAddIcon); |
| | | |
| | | btnAddIcon.MouseUpEventHandler += (sender, e) => |
| | | { |