C# Class Queue.UI.WPF.TemplateManager

Inheritance: ITemplateManager, IDisposable
ファイルを表示 Open project: breslavsky/queue Class Usage Examples

Private Properties

Property Type Description
DownloadTemplate string

Public Methods

Method Description
Dispose ( ) : void
GetTemplate ( string template ) : FrameworkElement
TemplateManager ( string app, string theme = "default" ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DownloadTemplate ( string template ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetTemplate() public method

public GetTemplate ( string template ) : FrameworkElement
template string
return System.Windows.FrameworkElement

TemplateManager() public method

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