Ejemplo n.º 1
0
        private void BindLatestFeeds()
        {
            string url        = "https://github.com/newb23/Omnicode/commits/master.atom";
            var    rssService = new RssService(url);

            icFeeds.ItemsSource = rssService.GetLatest();
        }