C# Class mRemoteNG.Themes.ThemeManager

Afficher le fichier Open project: mRemoteNG/mRemoteNG

Méthodes publiques

Méthode Description
LoadTheme ( string themeName, bool setActive = true ) : ThemeInfo
LoadThemes ( ) : List
SaveThemes ( BindingList themes ) : void

Private Methods

Méthode Description
NotifyThemeChanged ( object sender, PropertyChangedEventArgs e ) : void
SaveThemes ( List themes ) : void
SaveThemes ( ThemeInfo themes ) : void
ThemeInfo ( Language strDefaultTheme ) : System.Collections.Generic

Method Details

LoadTheme() public static méthode

public static LoadTheme ( string themeName, bool setActive = true ) : ThemeInfo
themeName string
setActive bool
Résultat ThemeInfo

LoadThemes() public static méthode

public static LoadThemes ( ) : List
Résultat List

SaveThemes() public static méthode

public static SaveThemes ( BindingList themes ) : void
themes BindingList
Résultat void