Example #1
0
        //public void FillAllChildren()
        //{
        //    if (m_root != null) m_root.FillAllChildren();
        //}

        public void SelectAppObject(AppObject appobj, SelectNodeFlags flags)
        {
            string path = appobj.GetTreePath();

            if (path != null)
            {
                SelectNodeByPath(path, flags);
            }
        }