PIBD-14_Lavrova_K.I._Simple/solution/lab1/CollectionGenericObjects/ClassForDop.cs

16 lines
280 B
C#

using lab1.Drawnings;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace lab1.CollectionGenericObjects
{
internal class ClassForDoppublic<T>
where T : DrawningTrackedVehicle
{
}
}