Пример #1
0
 public Parallelepiped(Rectangle rectangle, double height): base(rectangle)
 {
     this.Height = height;
 }
Пример #2
0
 public Rectangle(Rectangle newRectangle): base(newRectangle.SPoint) 
 {
     this.EPoint = new Point(newRectangle.EPoint);
 }