Ejemplo n.º 1
0
 public CellRange GetCurrentCpeItem(double cpe1, double cpe2)
 {
     return(_selectCurrentCpe.SelectNextCell(_templateMatrix, cpe1, cpe2, null, 0));
 }
Ejemplo n.º 2
0
 public CellRange GetNextItem(double cpe1, double cpe2, List <int> ignoreList, int failedAttempts)
 {
     return(_currentGoal.SelectNextCell(_templateMatrix, cpe1, cpe2, ignoreList, failedAttempts));
 }