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