Esempio n. 1
0
 public ChuteBackgroundDecorator(Chute chute, IObjectFactory backgroundFactory)
 {
     _chute             = chute;
     _backgroundFactory = backgroundFactory;
 }
Esempio n. 2
0
 public DebugChute(Chute chute)
 {
     _chute = chute;
 }