public LinkDelegate(List<NewsCellView.Link> links, NewsFeedElement parent)
 {
     _links = links;
     _parent = parent;
 }
Example #2
0
 public LinkDelegate(List <NewsCellView.Link> links, NewsFeedElement parent)
 {
     _links  = links;
     _parent = parent;
 }