C# 클래스 mRemoteNG.Themes.ThemeManager

파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG

공개 메소드들

메소드 설명
LoadTheme ( string themeName, bool setActive = true ) : ThemeInfo
LoadThemes ( ) : List
SaveThemes ( BindingList themes ) : void

비공개 메소드들

메소드 설명
NotifyThemeChanged ( object sender, PropertyChangedEventArgs e ) : void
SaveThemes ( List themes ) : void
SaveThemes ( ThemeInfo themes ) : void
ThemeInfo ( Language strDefaultTheme ) : System.Collections.Generic

메소드 상세

LoadTheme() 공개 정적인 메소드

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

LoadThemes() 공개 정적인 메소드

public static LoadThemes ( ) : List
리턴 List

SaveThemes() 공개 정적인 메소드

public static SaveThemes ( BindingList themes ) : void
themes BindingList
리턴 void