Ejemplo n.º 1
0
 public Cylinder(Cylinder a)
     : base(a.X, a.Y, a.radius)
 {
     height = a.height;
 }
Ejemplo n.º 2
0
 public Cylinder(Cylinder a)
     : base(a.X, a.Y, a.radius)
 {
     height = a.height;
 }