예제 #1
0
파일: Linha.cs 프로젝트: nmanjos/Formacao
 public Linha(Ponto inicial, Ponto final)
 {
     this.inicial = inicial;
     this.final   = final;
 }