ISEbd-11_Rozhkova_D.S./ProjectStormtrooper/AirplaneDelegate.cs

11 lines
255 B
C#
Raw Normal View History

2024-06-13 01:31:59 +04:00
using ProjectStormtrooper.Drawnings;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProjectStormtrooper;
public delegate void AirplaneDelegate(DrawningAirplane airplane);