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

SetupNewSetOfRandomData() private method

private SetupNewSetOfRandomData ( ) : void
return void
        private void SetupNewSetOfRandomData()
        {
            currentWeek = new ArrayList()
                {
                    SampleForecast(0),
                    SampleForecast(1),
                    SampleForecast(2),
                    SampleForecast(3),
                    SampleForecast(4),
                    SampleForecast(5),
                    SampleForecast(6),
                    SampleForecast(7)
                };
        }