public TIX Load(string tixPath) { var tix = LibLSDUtil.LoadTIX(tixPath); TIXDocument document = CreateDocument(tix); _treeController.PopulateWithDocument(document, Path.GetFileName(tixPath)); return(tix); }
public TIX Load(string path) { return(LibLSDUtil.LoadTIX(path)); }