Presnyakova V.V Lab_6 #14

Closed
Victoria_Presnyakova wants to merge 5 commits from Lab_6 into Lab_5
Showing only changes of commit c3c51616cd - Show all commits

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);
}