Код: Выделить всё
enum GroupTypes
{
TheGroup = "OEM",
TheOtherGroup = "CMB"
}
Какие еще варианты у меня есть?
Подробнее здесь: https://stackoverflow.com/questions/630 ... in-c-sharp
Код: Выделить всё
enum GroupTypes
{
TheGroup = "OEM",
TheOtherGroup = "CMB"
}