Exemple #1
0
 public TCircle(TCircle circle)
 {
     this.radius = circle.radius;
 }