tree

  1. S

    Question Building a tree using the data from txt file

    Hi. I have a Homework, practically 100% similar to the one found here (LINK) Code goes like this.. private void Form1_Load(object sender, EventArgs e) { List<TreeNode> allNodes = new List<TreeNode>(); using (StreamReader sr = new...
Back
Top Bottom