Удалить 'Catamaran/BoatDelegate.cs'

This commit is contained in:
Victoria_Presnyakova 2022-12-03 19:51:50 +04:00
parent 4a2dea3c69
commit c3c51616cd

View File

@ -1,15 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Catamaran
{
/// <summary>
/// Делегат для передачи объекта-лодки
/// </summary>
/// <param name="Boat"></param>
public delegate void BoatDelegate(DrawingBoat boat);
}