| | |
| | | } |
| | | } |
| | | |
| | | if (index == roomTempList.Count - 1 && index > 3) |
| | | if (index == roomTempList.Count - 1 && index > 2) |
| | | { |
| | | var btnRoomFrameLayoutEmpty = new FrameLayout |
| | | { |
| | |
| | | |
| | | EventHandler<MouseEventArgs> hander = (sender, e) => |
| | | { |
| | | if (curSupportBindEpointList.Count == 0 || curSupportBindEpointList.Count == targetScList.Count) |
| | | btnChoose.IsSelected = !btnChoose.IsSelected; |
| | | |
| | | if (curSupportBindEpointList.Count == 0) |
| | | { |
| | | new Tip() { MaxWidth = 150, Text = Language.StringByID(R.MyInternationalizationString.BindFull), Direction = AMPopTipDirection.None, CloseTime = 1 }.Show(Common.CommonPage.Instance); |
| | | return; |
| | | } |
| | | |
| | | btnChoose.IsSelected = !btnChoose.IsSelected; |
| | | if (!btnChoose.IsSelected) |
| | | { |
| | | targetScList.Remove(scene); |
| | |
| | | |
| | | //获取房间列表 |
| | | supportRoomList = BindInfo.GetSupportRoomList(); |
| | | |
| | | //获取面板已经绑定的匹配类型的列表 |
| | | curBindTypeList = MutilfunctionPanelMethod.GetMatchBindList(curBindType); |
| | | |