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