示例#1
0
 /// <summary>
 /// Removes a style from the collection
 /// </summary>
 /// <param name="name">Name of style</param>
 public void RemoveStyle(string name)
 {
     StylesList.Remove(name);
 }