C# Class mRemoteNG.Themes.ThemeManager

显示文件 Open project: mRemoteNG/mRemoteNG

Public Methods

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

Private Methods

Method 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 method

public static LoadTheme ( string themeName, bool setActive = true ) : ThemeInfo
themeName string
setActive bool
return ThemeInfo

LoadThemes() public static method

public static LoadThemes ( ) : List
return List

SaveThemes() public static method

public static SaveThemes ( BindingList themes ) : void
themes BindingList
return void