This commit is contained in:
Алексей Тихоненков 2024-09-05 15:38:40 +04:00
parent 4794158d40
commit 7a3c6571b0

View File

@ -54,6 +54,7 @@ namespace COP
return currentBranch;
}
//проверка что выбранный элем последний в ветке
public void PopulateTree<T>(List<T> items)
{
treeView.BeginUpdate();