Beispiel #1
0
 public Ponto(Ponto p)
 {
     this.X = p.X;
     this.Y = p.Y;
 }