Ejemplo n.º 1
0
 public void DisplayWeatherPoint(WeatherData wd, int userRow, int userColumn)
 {
     Console.WriteLine(wd.GetWeatherPoint(userRow, userColumn));
 }
Ejemplo n.º 2
0
 public string GetWeatherPoint(WeatherData wd, int userRow, int userColumn)
 {
     return(wd.GetWeatherPoint(userRow, userColumn));
 }