Ejemplo n.º 1
0
 /// <summary>
 /// Construct the object, specify the implementation type.
 /// </summary>
 /// <param name="implementationType"></param>
 protected BasicTraining(TrainingImplementationType implementationType)
 {
     _strategies         = new List <IStrategy>();
     _implementationType = implementationType;
 }
 /// <summary>
 /// Construct the object, specify the implementation type.
 /// </summary>
 /// <param name="implementationType"></param>
 protected BasicTraining(TrainingImplementationType implementationType)
 {
     _strategies = new List<IStrategy>();
     _implementationType = implementationType;
 }
Ejemplo n.º 3
0
 protected BasicTraining(TrainingImplementationType implementationType)
 {
     this._xd15d8bd620479255 = implementationType;
 }