Pibd-13_Garifullin_F.M_LabWork05 #14

Closed
Garifullin_Farid wants to merge 4 commits from LabWork_5 into LabWork_4
3 changed files with 4 additions and 3 deletions
Showing only changes of commit 9855506d43 - Show all commits

View File

@ -1,4 +1,4 @@
namespace ProjectTank.CollectionGenericObjects;
namespace ProjectTank.CollectionGenericObjects;
public enum CollectionType
{

View File

@ -1,4 +1,4 @@

namespace ProjectTank.CollectionGenericObjects
{
public class StorageCollection<T>

View File

@ -1,4 +1,5 @@
using ProjectTank.CollectionGenericObjects;
using ProjectLinkor.CollectionGenericObjects;
using ProjectTank.CollectionGenericObjects;
using ProjectTank.Drawning;
namespace ProjectTank