Beispiel #1
0
 private AppContext()
 {
     _treeState = new TreeState();
 }
Beispiel #2
0
 public void AttachTreeState(TreeState state)
 {
     _treeState = state;
 }