コード例 #1
0
 public void GetArticle(ArticleComponent articleComponent)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public FBArticleDecorator(ArticleComponent component)
 {
     this.ArticleComponent = component;
 }
コード例 #3
0
 public TwitterArticleDecorator(ArticleComponent component)
 {
     this.ArticleComponent = component;
 }