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

16 lines
280 B
C#
Raw Permalink Normal View History

2024-05-20 14:42:55 +04:00
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
{
}
}