コード例 #1
0
ファイル: utilController.cs プロジェクト: parvizb/PDAEngine
 public string ShowAllPers()
 {
     return(PDAL.GetAllPer());
 }