Начало Lab6. Создание класса ExtentionDrawningAirPlane

This commit is contained in:
malimova 2023-11-22 22:45:15 +04:00
parent 32ff4df6d8
commit f210de00c3

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 ExtentionDrawningAirPlane
{
}
}