private AppContext() { _treeState = new TreeState(); }
public void AttachTreeState(TreeState state) { _treeState = state; }