C# Class Buddy.UI.Core.Themes.Theme

Inheritance: ITheme
Afficher le fichier Open project: BosslandGmbH/Buddy.UI Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( ) : void
Equals ( ITheme other ) : bool

Indicates whether the current object is equal to another object of the same type.

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

Equals() public méthode

Indicates whether the current object is equal to another object of the same type.
public Equals ( ITheme other ) : bool
other ITheme The other.
Résultat bool