Example #1
0
 void Process(TreeState state)
 {
     RootNode.Process(state);
 }
Example #2
0
 public abstract NodeStatus Process(TreeState state);