Exemple #1
0
 public ShowCaseDecoratorA(IShowCase showcase) : base(showcase)
 {
 }
Exemple #2
0
 protected Decorator(IShowCase showcase)
 {
     ShowCase = showcase;
 }