コード例 #1
0
        public TMD Load(string tmdPath)
        {
            var tmd = LibLSDUtil.LoadTMD(tmdPath);

            TMDDocument document = CreateDocument(tmd);

            _treeController.PopulateWithDocument(document, Path.GetFileName(tmdPath));

            return(tmd);
        }
コード例 #2
0
 public TMD Load(string path)
 {
     return(LibLSDUtil.LoadTMD(path));
 }