ТОЧНО DONE

This commit is contained in:
Baryshev Dmitry 2024-04-04 20:30:49 +04:00
parent 4be36616a6
commit e337dd9b06

View File

@ -1,16 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProjectDumpTruck.CollectionGenericObject;
public enum CollectionType
{
None = 0,
Massive = 1,
List = 2
}