public ChatUserListAdapter(ChatListActivity context, List <MatchItem> items)
 {
     this.context = context;
     this.items   = items;
 }
Exemple #2
0
 public CustomTap(ChatListActivity context, UITableView table) // (ChatUserListCell cell)
 {
     this.context = context;
     this.table   = table;
 }