C# Class MiniTwitter.Themes.ThemeManager

Afficher le fichier Open project: iyomumx/MiniTwitter-Mod

Méthodes publiques

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

Private Methods

Méthode Description
LoadTheme ( string theme ) : System.Windows.ResourceDictionary

Method Details

ApplyTheme() public static méthode

public static ApplyTheme ( this application, string theme ) : void
application this
theme string
Résultat void

GetTheme() public static méthode

public static GetTheme ( int index ) : string
index int
Résultat string

LoadFrom() public static méthode

public static LoadFrom ( string directory ) : void
directory string
Résultat void