コード例 #1
0
ファイル: Cell.cs プロジェクト: dongdong-2009/LteTools
 public EvaluationOutdoorCell(CdmaBts bts, CdmaCell cell)
 {
     cell.CloneProperties(this);
     CellName = bts.Name + "-" + cell.SectorId;
 }
コード例 #2
0
 public CdmaCellBase(CdmaCell cell)
     : this()
 {
     cell.CloneProperties(this);
 }