Beispiel #1
0
 public void SetData(WuLocation location)
 {
     currentImage.Hidden = !location.Current;
     nameLabel.Text      = location.Name;
     timeLabel.Text      = location?.LocalTimeString();
     tempLabel.Text      = location?.TempString(Settings.UomTemperature, true);
 }
Beispiel #2
0
 public void SetData(WuLocation location)
 {
     nameLabel.Text = location.Name;
     timeLabel.Text = location?.LocalTimeString();
     tempLabel.Text = location?.TempString(Settings.UomTemperature, true);
 }