Example #1
0
 /// <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);
 }
Example #2
0
 /// <summary>
 /// Called during initialization to link the view to the front end box object.
 /// </summary>
 public void SetTree(TreeBoxObject tree)
 {
     _treeView.SetTree(tree._treeBoxObject);
 }
Example #3
0
		/// <summary>
		/// Called during initialization to link the view to the front end box object.
		/// </summary>
		public void SetTree(TreeBoxObject tree)
		{
			_treeView.SetTree( tree._treeBoxObject );
		}