コード例 #1
0
 public CdmaRegionStatDetails(CdmaRegionStatTrend trend)
 {
     StatDates = trend.StatDates;
     RegionList = trend.RegionList;
     ImportDetails(trend.ViewList);
 }
コード例 #2
0
 public CdmaRegionStatDetails(CdmaRegionStatTrend trend)
 {
     StatDates  = trend.StatDates;
     RegionList = trend.RegionList;
     ImportDetails(trend.ViewList);
 }