[]
        
(Showing Draft Content)

C1.Win.Themes.C1ThemeVersion.-ctor

C1ThemeVersion Constructor

C1ThemeVersion()

Initializes a new instance of the C1ThemeVersion class.

Declaration
public C1ThemeVersion()

C1ThemeVersion(string, string)

Initializes a new instance of the C1ThemeVersion class with the specified theme XML format and theme assembly versions.

Declaration
public C1ThemeVersion(string formatVersion, string assemblyVersion)
Parameters
Type Name Description
string formatVersion

The theme XML format version.

string assemblyVersion

The C1.Win.Themes assembly version.

C1ThemeVersion(Version, Version)

Initializes a new instance of the C1ThemeVersion class with the specified theme XML format and theme assembly versions.

Declaration
public C1ThemeVersion(Version formatVersion, Version assemblyVersion)
Parameters
Type Name Description
Version formatVersion

The theme XML format version.

Version assemblyVersion

The C1.Win.Themes assembly version.