[]
Loads a collection of themes from an Xml file.
public static Theme[] LoadThemes(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | Name of the Xml file that contains the themes. |
| Type | Description |
|---|---|
| Theme[] | An array containing the themes loaded from the file. |
Use this method to load themes saved with the SaveThemes(Theme[], string) method.