Pyatakov K.M. LabWork5 #7

Closed
ker73rus wants to merge 5 commits from LabWork5 into LabWork4
2 changed files with 1 additions and 2 deletions
Showing only changes of commit ee654db0fe - Show all commits

View File

@ -24,7 +24,7 @@ namespace Stormtrooper
/// Объект от коллекции карт
/// </summary>
private readonly MapCollection _mapCollection;
private MapWithSetAirplaneGeneric<DrawningObject, AbstractMap> _mapAirsCollectionGeneric;
public FormMapWithSetAirplane()
{
InitializeComponent();

View File

@ -167,7 +167,6 @@ namespace Stormtrooper
int currentWidth = width - 1;
int currentHeight = 0;
int i = 0;
foreach (var air in _setAirs.GetAirs())
{