Готовая лабораторная работа 6

This commit is contained in:
sqdselo 2024-05-04 16:01:40 +04:00
parent 0b15e5c7d0
commit 58d5e959c7

View File

@ -31,7 +31,7 @@ namespace HoistingCrane.CollectionGenericObjects
{ {
get get
{ {
return (pictureWidth * pictureHeight) / (_placeSizeHeight * _placeSizeWidth)-2; return (pictureWidth * pictureHeight) / (_placeSizeHeight * _placeSizeWidth);
} }
} }
public AbstractCompany(int picWidth, int picHeight, ICollectionGenericObjects<DrawningTrackedVehicle> array) public AbstractCompany(int picWidth, int picHeight, ICollectionGenericObjects<DrawningTrackedVehicle> array)