AGENT.Contrib.Weather.SimpleWeatherForecast.SetupNewSetOfRandomData C# (CSharp) 메소드

SetupNewSetOfRandomData() 개인적인 메소드

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