示例#1
0
 public CheckPoint Clone()
 {
     CheckPoint cp = new CheckPoint();
     cp.Copy(this);
     return cp;
 }