コード例 #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;
 }
コード例 #2
0
 /// <summary>
 /// Construct the object, specify the implementation type.
 /// </summary>
 /// <param name="implementationType"></param>
 protected BasicTraining(TrainingImplementationType implementationType)
 {
     _strategies = new List<IStrategy>();
     _implementationType = implementationType;
 }
コード例 #3
0
ファイル: BasicTraining.cs プロジェクト: neismit/emds
 protected BasicTraining(TrainingImplementationType implementationType)
 {
     this._xd15d8bd620479255 = implementationType;
 }