Ejemplo n.º 1
0
 public CmdrsLogStationData(string basePath)
 {
     readerSystemData = new CmdrsLogDataReader(basePath);
 }
 public CmdrsLogCommoditiesData(string basePath)
 {
     readerCommodityData = new CmdrsLogDataReader(basePath);
 }