Exemplo n.º 1
0
 public bool IsOnWatchedList(Comment c)
 {
     return(WatchList.IsOnWatchList(c));
 }