Esempio n. 1
0
 public void SetData(string name, DirectoryNode root)
 {
     this.root = new FileListOutlineItem(name, root);
 }