示例#1
0
 public void Delete(PR objPR)
 {
     this.InnerList.Remove(objPR);
 }
示例#2
0
 public void Add(PR objPR)
 {
     this.InnerList.Add(objPR);
 }