AGENT.Contrib.Weather.SimpleWeatherForecast.SimpleWeatherForecast C# (CSharp) Method

SimpleWeatherForecast() public method

public SimpleWeatherForecast ( ) : System
return System
        public SimpleWeatherForecast()
        {

            SetupNewSetOfRandomData();
            geoTimer = new Timer(updateWeather, null, 5000, 5000);
        }
        private void SetupNewSetOfRandomData()