Exemplo n.º 1
0
 private IPredictorable CreatePredicator(int i)
 {
     return(PredictorFactory.CreatePredictor(ballsDirections[balls[i].Name]));
 }