Exemple #1
0
 public EvaluationOutdoorCell(CdmaBts bts, CdmaCell cell)
 {
     cell.CloneProperties(this);
     CellName = bts.Name + "-" + cell.SectorId;
 }
Exemple #2
0
 public CdmaCellBase(CdmaCell cell)
     : this()
 {
     cell.CloneProperties(this);
 }