Exemplo n.º 1
0
    private void Start()
    {
        _administor = new Administor();

        var mgr = new TreeNodeDataContainerMgr();

        DirectorySearcher.Serach(string.Format("{0}/Contents", Application.dataPath), ref mgr);
        Mgr <TreeViewMgr>().TreeView.BuildTree(mgr.RootContainer);
        Mgr <TreeViewMgr>().TreeView.ReFreshTree();
    }