コード例 #1
0
 public List <WindData> Read(string path)
 {
     return(read.ReadFromExcel(path));
 }