@@ -98,13 +98,13 @@ Next, create a view model class and initialize a list of `PlantData` objects as
98
98
PlantDetails = new List <PlantData >()
99
99
{
100
100
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 },
104
104
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 }
108
108
};
109
109
}
110
110
}
0 commit comments