Ejemplo n.º 1
0
 public void InitializeWeatherGraph(int row, int column)
 {
     this.wg = new WeatherGrapher(row, column);
 }
Ejemplo n.º 2
0
 public void InitializeWeatherGraph()
 {
     this.wg = new WeatherGrapher();
 }