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