Example #1
0
 public Rectangulo(Punto vertice1, Punto vertice3)
 {
     this.vertice1 = vertice1;
     this.vertice3 = vertice3;
 }