|
|
От: |
dmitry_npi
|
|
| Дата: | 17.01.17 10:14 | ||
| Оценка: | |||
error CS8078: An expression is too long or complex to compile
if(index==0)
{
// ...
}
else
{
if(index==1)
{
// ...
}
else
{
if(index==2)
{
// и так далее, штук 800
}
}
}