16 lines
280 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|