Theme Constructor
Theme(string)
Initializes a new instance of a Theme.
Declaration
public Theme(string name)
Public Sub New(name As String)
Parameters
| Type |
Name |
Description |
| string |
name |
Name of the new theme.
|
Theme()
Initializes a new instance of a Theme.
Declaration