Ejemplo n.º 1
0
 public Parallelepiped(Rectangle rectangle, double height): base(rectangle)
 {
     this.Height = height;
 }
Ejemplo n.º 2
0
 public Rectangle(Rectangle newRectangle): base(newRectangle.SPoint) 
 {
     this.EPoint = new Point(newRectangle.EPoint);
 }