publicstatic FeedData GetFeed(string title) { // Simple linear search is acceptable for small data setsvar _feedDataSource = App.Current.Resources["feedDataSource"] as FeedDataSource; var matches = _feedDataSource.Feeds.Where((feed) => feed.Title.Equals(title)); if (matches.Count() == 1) return matches.First(); returnnull; }
Comments
You don't have to be a Secret Agent to develop for the AGENT SmartWatch (You just have to read this...)
i need some more detailed description to get some idea about it.
C# Blog Reader - 2 - Get data into an app
m have an other problem with (
)
in