Pyatakov K.M. LabWork6 #11

Closed
ker73rus wants to merge 5 commits from LabWork6 into LabWork5
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 91bc1f753b - Show all commits

View File

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

View File

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