This website requires JavaScript.
Explore
Help
Register
Sign In
LuizaAparyan
/
ISE_22.Aparyan.Bulldozer.Base
Watch
1
Star
0
Fork
0
You've already forked ISE_22.Aparyan.Bulldozer.Base
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ISE_22.Aparyan.Bulldozer.Base
/
ProjectBulldozer
/
Generics
/
Status.cs
10 lines
130 B
C#
Raw
Normal View
History
Unescape
Escape
Создание класса SetGeneric
2023-11-30 01:42:41 +04:00
namespace
ProjectBulldozer.Generics
Выполнение всех требований по второй лабораторной
2023-11-23 01:37:55 +04:00
{
public
enum
Status
{
NotInit
,
InProgress
,
Finish
}
}
Reference in New Issue
Copy Permalink