예제 #1
0
 public TileConstraintAdaptor(ITileConstraint underlying, TilePropagator propagator)
 {
     this.underlying = underlying;
     this.propagator = propagator;
 }