Fix spelling of Grey
This commit is contained in:
		@@ -78,7 +78,7 @@ namespace EduNetworkBuilder
 | 
			
		||||
        /// WhatFrom: If we are launched from a homework, we remember it here.
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        public SchoolworkClass WhatFrom = null;
 | 
			
		||||
        public List<string> ColorNames = new List<string>() { "Black", "White", "Green", "LightGreen", "Blue", "LightBlue", "Grey", "Brown", "SaddleBrown", "Empty" };
 | 
			
		||||
        public List<string> ColorNames = new List<string>() { "Black", "White", "Green", "LightGreen", "Blue", "LightBlue", "Gray", "Brown", "SaddleBrown", "Empty" };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        public Network(string Name)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user