WIP: ISEbd-12_Vasin_E.D._LabWork03.Simple #3
@ -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
|
||||
{
|
||||
}
|
||||
}
|
@ -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
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user