C# 클래스 MiniTwitter.Themes.ThemeManager

파일 보기 프로젝트 열기: iyomumx/MiniTwitter-Mod

공개 메소드들

메소드 설명
ApplyTheme ( this application, string theme ) : void
GetTheme ( int index ) : string
LoadFrom ( string directory ) : void

비공개 메소드들

메소드 설명
LoadTheme ( string theme ) : System.Windows.ResourceDictionary

메소드 상세

ApplyTheme() 공개 정적인 메소드

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

GetTheme() 공개 정적인 메소드

public static GetTheme ( int index ) : string
index int
리턴 string

LoadFrom() 공개 정적인 메소드

public static LoadFrom ( string directory ) : void
directory string
리턴 void