コード例 #1
0
ファイル: Article.cs プロジェクト: troyb30/RS-TV-Show-Tracker
 /// <summary>
 /// Initializes a new instance of the <see cref="Article"/> class.
 /// </summary>
 /// <param name="source">The source of the article.</param>
 public Article(FeedReaderEngine source)
 {
     Source = source;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Article"/> class.
 /// </summary>
 /// <param name="source">The source of the article.</param>
 public Article(FeedReaderEngine source)
 {
     Source = source;
 }