C# Class Illusion.ThemeBase

Base ITheme class for various implementations of ITheme.
Inheritance: PropertyChangedBase, ITheme
Exibir arquivo Open project: kasicass/kasicass

Public Methods

Method Description
Handle ( LanguageChangedMessage message ) : void
ThemeBase ( string name ) : System

Protected Methods

Method Description
LoadResourceDictionary ( Uri uri ) : System.Windows.ResourceDictionary

Method Details

Handle() public method

public Handle ( LanguageChangedMessage message ) : void
message LanguageChangedMessage
return void

LoadResourceDictionary() protected method

protected LoadResourceDictionary ( Uri uri ) : System.Windows.ResourceDictionary
uri System.Uri
return System.Windows.ResourceDictionary

ThemeBase() public method

public ThemeBase ( string name ) : System
name string
return System