Beispiel #1
0
 public ChuteBackgroundDecorator(Chute chute, IObjectFactory backgroundFactory)
 {
     _chute             = chute;
     _backgroundFactory = backgroundFactory;
 }
Beispiel #2
0
 public DebugChute(Chute chute)
 {
     _chute = chute;
 }