[]
Initializes a new instance of the C1ThemeVersion class.
public C1ThemeVersion()
Initializes a new instance of the C1ThemeVersion class with the specified theme XML format and theme assembly versions.
public C1ThemeVersion(string formatVersion, string assemblyVersion)
| Type | Name | Description |
|---|---|---|
| string | formatVersion | The theme XML format version. |
| string | assemblyVersion | The C1.Win.Themes assembly version. |
Initializes a new instance of the C1ThemeVersion class with the specified theme XML format and theme assembly versions.
public C1ThemeVersion(Version formatVersion, Version assemblyVersion)
| Type | Name | Description |
|---|---|---|
| Version | formatVersion | The theme XML format version. |
| Version | assemblyVersion | The C1.Win.Themes assembly version. |