поправки

This commit is contained in:
ker73rus 2022-11-29 08:56:47 +04:00
parent fa6ac61b63
commit 97aaff1ca7
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ 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())
{