예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PhiPlacementStage"/> class.
 /// </summary>
 /// <param name="strategy">The strategy.</param>
 public PhiPlacementStage(PhiPlacementStrategy strategy)
 {
     this.strategy = strategy;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PhiPlacementStage"/> class.
 /// </summary>
 /// <param name="strategy">The strategy.</param>
 public PhiPlacementStage(PhiPlacementStrategy strategy)
 {
     this.strategy = strategy;
 }