Ejemplo n.º 1
0
 public Linha(Ponto inicial, Ponto final)
 {
     this.inicial = inicial;
     this.final   = final;
 }