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 50c261a24c - Show all commits

View File

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