コード例 #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
ファイル: PhiPlacementStage.cs プロジェクト: tea/MOSA-Project
 /// <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;
 }