Esempio n. 1
0
 public void RestoreState(NodeState state)
 {
     NodeState.RestoreState(tree, this, state);
 }
 public void RestoreState(NodeState state)
 {
     AssertIsValid();
     NodeState.RestoreState(pad, this, state);
 }