示例#1
0
 public void SetUp()
 {
     forest = new Forest();
     //            forest.CurrentSeason = forest.GetSeason(DateTime.Now);
     forest.Add(TypeOfTree.Fir);
     first = forest.TreesInForest[0];
 }