ISEbd-22 Alimova M.S. Lab Work 03 #3
@ -269,5 +269,11 @@ namespace AirBomber
|
||||
break;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Получение объекта IMoveableObject из объекта DrawningCar
|
||||
/// </summary>
|
||||
public IMoveableObject GetMoveableObject => new
|
||||
DrawningObjectAirPlane(this);
|
||||
|
||||
}
|
||||
}
|
||||
|
12
AirBomber/AirBomber/PlanesGenericCollection.cs
Normal file
12
AirBomber/AirBomber/PlanesGenericCollection.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AirBomber
|
||||
{
|
||||
internal class PlanesGenericCollection
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user