コード例 #1
0
 public TagsetBase[][] LoadFromDisk(string filePath)
 {
     return(PtTagset.ParseFile(filePath));
 }