示例#1
0
 public FeedItem()
 {
     unsupportedFeedItemProperties = new Dictionary<string, string>();
     author = "";
     category = "";
     description = "";
     downloadDate = null;
     encodedContent = "";
     guid = "";
     hasBeenRead = false;
     linkUrl = "";
     parentFeed = null;
     pubDate = null;
     title = "";
 }
示例#2
0
 private void feedReadCallback(Feed f)
 {
     startUpdateTimer();
     callback(this);
 }