public TMD Load(string tmdPath) { var tmd = LibLSDUtil.LoadTMD(tmdPath); TMDDocument document = CreateDocument(tmd); _treeController.PopulateWithDocument(document, Path.GetFileName(tmdPath)); return(tmd); }
public TMD Load(string path) { return(LibLSDUtil.LoadTMD(path)); }