コード例 #1
0
ファイル: Day.cs プロジェクト: HVBingham/LemonadeStand
 public void DisplayForCast()
 {
     foreCastedTemp = currentWeather.FindHeat();
     clearity       = currentWeather.FindClearity();
     UserInterface.DisplayDayForecast(clearity, foreCastedTemp);
 }