WIP: ISEbd-12_Vasin_E.D._LabWork03.Simple #3

Closed
egorvasin wants to merge 2 commits from LabWork03 into LabWork02
2 changed files with 24 additions and 0 deletions
Showing only changes of commit 5994dce933 - Show all commits

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProjectBuldozer.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 ProjectBuldozer.CollectionGenericObjects
{
internal class MassiveGenericObjects
{
}
}