fix
This commit is contained in:
parent
6d308cf713
commit
ab638c96db
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user