Exemple #1
0
 private void UpdateNodeFunc(TreeNode node, Traza t, string text)
 {
     node.Tag = t;
     node.Text = text;
 }