Exemple #1
0
 public Circle(IShape shape)
 {
     this.shape = shape;
 }