Beispiel #1
0
 public void SetRandomChartValues(Random randomSeed)
 {
     MotherFirst.SetRandomFigureValues(randomSeed);
     MotherSecond.SetRandomFigureValues(randomSeed);
     MotherThird.SetRandomFigureValues(randomSeed);
     MotherFourth.SetRandomFigureValues(randomSeed);
 }