예제 #1
0
 public void SetSegment(int index, BSSITSSegment segment)
 {
     this.BSSITSSsegments[index] = segment;
 }
예제 #2
0
 public void AddSegment(BSSITSSegment segment)
 {
     this.BSSITSSsegments.Add(segment);
     ++this.numA;
     ++this.numB;
 }