C# Class MiniTwitter.Themes.ThemeManager

Mostra file Open project: iyomumx/MiniTwitter-Mod

Public Methods

Method Description
ApplyTheme ( this application, string theme ) : void
GetTheme ( int index ) : string
LoadFrom ( string directory ) : void

Private Methods

Method Description
LoadTheme ( string theme ) : System.Windows.ResourceDictionary

Method Details

ApplyTheme() public static method

public static ApplyTheme ( this application, string theme ) : void
application this
theme string
return void

GetTheme() public static method

public static GetTheme ( int index ) : string
index int
return string

LoadFrom() public static method

public static LoadFrom ( string directory ) : void
directory string
return void