C# Class Illusion.ThemeService

Default implementation of IThemeService.
Inheritance: IThemeService
Exibir arquivo Open project: kasicass/kasicass

Private Properties

Property Type Description

Public Methods

Method Description
ChangeTheme ( ITheme theme ) : void
ChangeTheme ( string themeName ) : void

Method Details

ChangeTheme() public method

public ChangeTheme ( ITheme theme ) : void
theme ITheme
return void

ChangeTheme() public method

public ChangeTheme ( string themeName ) : void
themeName string
return void