@@ -98,13 +98,13 @@ Next, create a view model class and initialize a list of `PlantData` objects as
9898 PlantDetails = new List <PlantData >()
9999 {
100100 new PlantData (){ Direction = " North" , Tree = 80 , Flower = 42 , Weed = 63 },
101- new PlantData (){ Direction = " NorthWest " , Tree = 85 , Flower = 40 , Weed = 70 },
102- new PlantData (){ Direction = " West " , Tree = 78 , Flower = 47 , Weed = 65 },
103- new PlantData (){ Direction = " SouthWest " , Tree = 90 , Flower = 40 , Weed = 70 },
101+ new PlantData (){ Direction = " NorthEast " , Tree = 85 , Flower = 40 , Weed = 70 },
102+ new PlantData (){ Direction = " East " , Tree = 78 , Flower = 47 , Weed = 65 },
103+ new PlantData (){ Direction = " SouthEast " , Tree = 90 , Flower = 40 , Weed = 70 },
104104 new PlantData (){ Direction = " South" , Tree = 78 , Flower = 27 , Weed = 47 },
105- new PlantData (){ Direction = " SouthEast " , Tree = 83 , Flower = 45 , Weed = 65 },
106- new PlantData (){ Direction = " East " , Tree = 79 , Flower = 40 , Weed = 58 },
107- new PlantData (){ Direction = " NorthEast " , Tree = 88 , Flower = 38 , Weed = 73 }
105+ new PlantData (){ Direction = " SouthWest " , Tree = 83 , Flower = 45 , Weed = 65 },
106+ new PlantData (){ Direction = " West " , Tree = 79 , Flower = 40 , Weed = 58 },
107+ new PlantData (){ Direction = " NorthWest " , Tree = 88 , Flower = 38 , Weed = 73 }
108108 };
109109 }
110110 }
0 commit comments