Ejemplo n.º 1
0
 protected void initializeStepConditionImpl()
 {
     stepCondition_ = new NullCondition <Vector>();
 }
Ejemplo n.º 2
0
 protected override void initializeStepCondition()
 {
     stepCondition_ = new NullCondition <Vector>();
 }