/// <summary> /// Called during initialization to link the view to the front end box object. /// </summary> public void SetTree(TreeBoxObject tree) { _treeView.Instance.SetTree(tree._treeBoxObject.Instance); }
/// <summary> /// Called during initialization to link the view to the front end box object. /// </summary> public void SetTree(TreeBoxObject tree) { _treeView.SetTree(tree._treeBoxObject); }
/// <summary> /// Called during initialization to link the view to the front end box object. /// </summary> public void SetTree(TreeBoxObject tree) { _treeView.SetTree( tree._treeBoxObject ); }