Lab6 finished
This commit is contained in:
parent
cc27d460d1
commit
332892f42b
@ -91,8 +91,7 @@ namespace ProjectAirBomber.Generics
|
||||
StringSplitOptions.RemoveEmptyEntries);
|
||||
foreach (string elem in set)
|
||||
{
|
||||
DrawingPlane? plane =
|
||||
elem?.CreateDrawingPlane(_separatorForObject, _pictureWidth, _pictureHeight);
|
||||
DrawingPlane? plane = elem?.CreateDrawingPlane(_separatorForObject, _pictureWidth, _pictureHeight);
|
||||
if (plane != null)
|
||||
{
|
||||
if (!(collection + plane))
|
||||
|
Loading…
x
Reference in New Issue
Block a user