Malin D. V. Lab work 3 #3

Merged
eegov merged 5 commits from LabWork_03 into LabWork_02 2022-10-14 08:41:53 +04:00
Showing only changes of commit e672312abc - Show all commits

View File

@ -192,9 +192,10 @@ namespace WarmlyLocomotive
T locomotive = _setLocomotives.Get(i);
locomotive.SetObject(xForLocomotive, yForLocomotive, _pictureWidth, _pictureHeight);
locomotive.DrawningObject(g);
xForLocomotive += _placeSizeWidth + 30;
countInRow++;
}
xForLocomotive += _placeSizeWidth + 30;
countInRow++;
}
}
}