C# 클래스 Queue.UI.WPF.TemplateManager

상속: ITemplateManager, IDisposable
파일 보기 프로젝트 열기: breslavsky/queue 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DownloadTemplate string

공개 메소드들

메소드 설명
Dispose ( ) : void
GetTemplate ( string template ) : FrameworkElement
TemplateManager ( string app, string theme = "default" ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
DownloadTemplate ( string template ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetTemplate() 공개 메소드

public GetTemplate ( string template ) : FrameworkElement
template string
리턴 System.Windows.FrameworkElement

TemplateManager() 공개 메소드

public TemplateManager ( string app, string theme = "default" ) : System
app string
theme string
리턴 System