[]
Saves a collection of themes into an Xml file.
public static void SaveThemes(Theme[] themes, string fileName)
Type | Name | Description |
---|---|---|
Theme[] | themes | Array containing Theme objects. |
string | fileName | Name of the Xml file where the themes will be saved. |
Use the LoadThemes(string) method to load the saved themes.