Example #1
0
 public FbArticle(ArticleComponent ac)
     : base(ac)
 {
 }
 public TwitterArticle(ArticleComponent ac)
     : base(ac)
 {
 }
Example #3
0
 public Decorator(ArticleComponent articleComponent)
 {
     this.component = articleComponent;
 }
 protected ArticleComponent(ArticleComponent ac)
 {
     this.aComponent = ac;
 }