コード例 #1
0
 private void RefreshFeeds()
 {
     feeds = feedService.GetFeeds();
     FeedList.ItemsSource = feeds;
 }