Ejemplo n.º 1
0
 public override double getProduction()
 {
     //add code to compute production
     return(weathersimulation.Sunshine() * 10);
 }
Ejemplo n.º 2
0
 public override double getProduction()
 {
     return(weathersimulation.Sunshine());
 }