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