C# Class ThemeService.ThemeService

Inheritance: IThemeService
Show file Open project: chris-tomich/Glyma

Public Methods

Method Description
GetContextMenuXaml ( string name ) : string
GetTheme ( string name ) : ThemeResult

Private Methods

Method Description
ThemeService ( ) : System

Method Details

GetContextMenuXaml() public method

public GetContextMenuXaml ( string name ) : string
name string
return string

GetTheme() public method

public GetTheme ( string name ) : ThemeResult
name string
return ThemeResult