Beispiel #1
0
 private async Task LoadForecastReport(int zip)
 {
     // load the forecast report object in to the global model
     currentForeCastModel = await DailyForeCastObject.LoadForecast(zip);
 }
Beispiel #2
0
 private async Task LoadForecastReport()
 {
     currentForeCastModel = await DailyForeCastObject.LoadForecast();
 }