示例#1
0
文件: Linha.cs 项目: nmanjos/Formacao
 public Linha(Ponto inicial, Ponto final)
 {
     this.inicial = inicial;
     this.final   = final;
 }