| | |
| | | appPush.frameLayout.Radius = (uint)Application.GetRealHeight(12); |
| | | appPush.btnText.TextID = StringId.apptuisong; |
| | | appPush.btnText.X = Application.GetRealWidth(12); |
| | | |
| | | if (MainPage.NoLoginMode) |
| | | { |
| | | appPush.btnNextIcon.Visible = false; |
| | | } |
| | | viewLayout.AddChidren(appPush.FLayoutView(false)); |
| | | //定义一个局部账号列表用来记录选中数据; |
| | | List<string> selectedAccountList = new List<string>(); |
| | | appPush.btnClick.MouseUpEventHandler += (sender, e) => |
| | | { |
| | | if (MainPage.NoLoginMode) |
| | | { |
| | | return; |
| | | } |
| | | var userList = new List<HDL_ON.Entity.ResidenceMemberInfo>(); |
| | | Loading loading = new Loading(); |
| | | this.AddChidren(loading); |
| | |
| | | { |
| | | try |
| | | { |
| | | userList = Send.GetResidenceMemberAccount(); |
| | | userList = Send.Current.GetResidenceMemberAccount(); |
| | | |
| | | } |
| | | catch { } |