This commit is contained in:
Вера 2024-10-20 20:18:05 +04:00
parent 6d308cf713
commit ab638c96db

View File

@ -86,10 +86,6 @@ namespace MyCustomComponents
{
throw new TreeViewException("Ветвь равна null");
}
//if (columnIndex >= Levels.NodeNames.Count)
//{
// throw new TreeViewException("Индекс за пределом диапазона");
//}
TreeNodeCollection treeNodeCollection = treeView.Nodes;
int num = 0;
foreach (string nodeName in Levels.NodeNames)