Ejemplo n.º 1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="EffortCommandDefinition" /> class
 ///     using the supplied <see cref="EffortCommandBase" />.
 /// </summary>
 /// <param name="prototype">
 ///     The supplied <see cref="EffortCommandDefinition" />.
 /// </param>
 public EffortCommandDefinition(EffortCommandBase prototype)
 {
     this.prototype = prototype;
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="EffortCommandDefinition" /> class 
 ///     using the supplied <see cref="EffortCommandBase" />.
 /// </summary>
 /// <param name="prototype">
 ///     The supplied <see cref="EffortCommandDefinition" />.
 /// </param>
 public EffortCommandDefinition(EffortCommandBase prototype)
 {
     this.prototype = prototype;
 }