Exemplo n.º 1
0
 static void Iterate(ISpacePointsIterator iteratorByPlane)
 {
     Grid = new Dictionary <Location, int>
     {
         { StartStepPoint, 1 }
     };
     iteratorByPlane.Iterate();
 }