Начало Lab3. Создание класса SetGeneric
This commit is contained in:
parent
c8cd888bf1
commit
0bdfe1f404
12
AirBomber/AirBomber/SetGeneric.cs
Normal file
12
AirBomber/AirBomber/SetGeneric.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace AirBomber
|
||||||
|
{
|
||||||
|
internal class SetGeneric
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user