Esempio n. 1
0
 public Weide(GPSLocation Ort, int WeideFlaeche)
 {
     this.Ort          = Ort;
     this.WeideFlaeche = WeideFlaeche;
 }