Exemplo n.º 1
0
 public WeatherData(WeatherData data)
 {
     mType = data.mType;
     mTemp = data.mTemp;
     mLength = data.mLength;
     mWeight = data.mWeight;
 }
Exemplo n.º 2
0
 public TemperatureOption(WeatherData data)
 {
     mData = data;
 }