Создание класса-реализации интерфейса - DrawningObjectAirPlane

This commit is contained in:
malimova 2023-10-06 22:15:39 +04:00
parent 12ba5a0148
commit e6028b4a0e

View 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 DrawningObjectAirPlane
{
}
}