Exemplo n.º 1
0
 private void Reconstruct(StreamingContext context)
 {
     this.treeState = new TreeState("");
 }
Exemplo n.º 2
0
 public TreeFunction(TreeState treeState)
 {
     this.treeState = treeState;
 }