Eliseev E.E. LabWork04 #5
@ -21,9 +21,6 @@ namespace Airbus
|
||||
{"Звёздные войны", new StarWarsMap() }
|
||||
};
|
||||
|
||||
/*//объект от класса карты с набором объектов
|
||||
private MapWithSetPlanesGeneric<DrawningObjectPlane, AbstractMap> _mapPlanesCollectionGeneric;*/
|
||||
|
||||
//объект от коллекции карт
|
||||
private readonly MapsCollection _mapsCollection;
|
||||
|
||||
|
@ -185,11 +185,6 @@ namespace Airbus
|
||||
int currentWidth = 2;
|
||||
int currentHeight = 7;
|
||||
|
||||
// for (int i = 0; i < _setPlanes.Count; i++)
|
||||
|
||||
//_setPlanes[index]?.SetObject(currentWidth * _placeSizeWidth + 20, currentHeight * _placeSizeHeight + 20, _pictureWidth, _pictureHeight);
|
||||
//_setPlanes[index]?.DrawningObject(g);
|
||||
|
||||
foreach (var plane in _setPlanes.GetAirbus())
|
||||
{
|
||||
plane.SetObject(currentWidth * _placeSizeWidth + 20, currentHeight * _placeSizeHeight + 20, _pictureWidth, _pictureHeight);
|
||||
|
@ -68,6 +68,7 @@ namespace Airbus
|
||||
{
|
||||
return _mapStorage[ind];
|
||||
}
|
||||
|
||||
MessageBox.Show("Такой карты нет");
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user