NotifierCore.Notifier.HotItemController.TrendActionSell C# (CSharp) Метод

TrendActionSell() статический приватный Метод

static private TrendActionSell ( PostResult rs ) : void
rs NotifierCore.Crawler.PostResult
Результат void
        void TrendActionSell(PostResult rs)
        {
            TrendsSell = new ObservableCollection<HotItem>(CurrentTrendApi.ParseTrendSell(JToken.Parse(rs.Result)));
            OnPropertyChanged("TrendsSell");
            CrawlItems(TrendsSell);
        }