Пример #1
0
        public ClothingOption GetClothingCatigory(DayInfo weather)
        {
            GetClothingTempCatigory(weather.getTempCAsInt());
            SetWeatherCondition(weather.desc);

            Debug.Print("TempC: " + weather.getTempCAsInt());
            return weatherClothing;
        }