Ejemplo n.º 1
0
 public TextsTraining(Parameters.Levels level, ITrainingEndCondition condition)
     : base(level, condition)
 {
 }
Ejemplo n.º 2
0
 public Training(Parameters.Levels level, ITrainingEndCondition condition)
 {
     Condition    = condition;
     Level        = level;
     СurrentIndex = 0;
 }