Exemplo n.º 1
0
 /// <summary>
 /// Initializes an instance of the <see cref="SolutionReference"/> class.
 /// </summary>
 /// <seealso cref="RecipeReference"/>
 public SolutionReference(string recipe, Solution solution)
     : base(recipe, solution)
 {
     this.strategy = new SolutionReferenceStrategy();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes an instance of the <see cref="SolutionReference"/> class.
 /// </summary>
 /// <seealso cref="IAssetReference"/>
 protected SolutionReference(SerializationInfo info, StreamingContext context)
     : base(info, context)
 {
     this.strategy = new SolutionReferenceStrategy();
 }