コード例 #1
0
 public int Add(CDisc cd, TreeNodeCollection tnc, int index)
 {
     Functions.FillTreeView(cd.Folders, tnc);
     List.Insert(index, cd);
     return(index);
 }
コード例 #2
0
 public int Add(CDisc cd, TreeNodeCollection tnc)
 {
     Functions.FillTreeView(cd.Folders, tnc);
     return(List.Add(cd));
 }