C# Class afeprojectnamePresentation.DisplayableTheme

Represents a displayable theme.
Inheritance: Intense.Presentation.Displayable
显示文件 Open project: firstfloorsoftware/intense Class Usage Examples

Public Methods

Method Description
DisplayableTheme ( string displayName, ApplicationTheme theme ) : Intense.Presentation

Initializes a new instance of the DisplayableTheme.

Method Details

DisplayableTheme() public method

Initializes a new instance of the DisplayableTheme.
public DisplayableTheme ( string displayName, ApplicationTheme theme ) : Intense.Presentation
displayName string
theme ApplicationTheme
return Intense.Presentation