コード例 #1
0
 public CmdrsLogStationData(string basePath)
 {
     readerSystemData = new CmdrsLogDataReader(basePath);
 }
コード例 #2
0
 public CmdrsLogCommoditiesData(string basePath)
 {
     readerCommodityData = new CmdrsLogDataReader(basePath);
 }