|
|
#3 |
|
Участник
|
Цитата:
X++: ...
if(dictTable.isSql())
{
dictIndex = new DictIndex(utilIdElements.parentId, utilIdElements.id);
if(!dictIndex.isSql())
{
...
}
}
... |
|
|