Exemple #1
0
 private String GetName(WeatherData datum)
 {
     return(datum.State + ";" + datum.City);
 }
Exemple #2
0
 internal void AddRawDataPoint(WeatherData dataPoint)
 {
     _highTempList.Add(dataPoint.HighTemp);
     _lowTempList.Add(dataPoint.LowTemp);
 }