示例#1
0
 public void SetRoot(RootFileGroup root)
 {
     _root = root;
     _form.directoryTreeView.Objects = new[] { root };
 }