LsTree() private method

private LsTree ( Tree tree ) : void
tree Tree
return void
Example #1
0
 public static void LsTreeTest(string tree, string path)
 {
     ObjectStore store = new ObjectStore (path);
     store.LsTree (tree);
 }