예제 #1
0
        public TreeNodeExtended GetTreeNodeZipDesignOnProjectFile(String fileFullPath)
        {
            ZipFileModel zipFileModel = OpenProjectSession(fileFullPath);

            return(zipFileModel.GetTreeViewZipFileStructure());
        }