Коллеуции объектов

This commit is contained in:
TUSHKANCH11K 2024-03-18 03:28:53 +04:00
parent 8a5d541645
commit 3a508cde23
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SelfPropelledArtilleryUnit.CollectionGenericObjects
{
internal interface ICollectionGenericObjects
{
}
}

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SelfPropelledArtilleryUnit.CollectionGenericObjects
{
internal class MassiveGenericObjects
{
}
}