Beispiel #1
0
 public CalcPlaceCentral(CalcServiceCentral calcService)
 {
     this.calcService = calcService;
     calcTrees        = calcService.CalcTrees;
 }