Exemplo n.º 1
0
 public LinkDelegate(List<NewsCellView.Link> links, NewsFeedElement parent)
 {
     _links = links;
     _parent = parent;
 }
Exemplo n.º 2
0
 public LinkDelegate(List <NewsCellView.Link> links, NewsFeedElement parent)
 {
     _links  = links;
     _parent = parent;
 }