C# Class RatChat.Achievment

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: JustOxlamon/Sc2tvChatPub

Méthodes publiques

Méthode Description
Achievment ( ) : System
Clear ( ) : void
OnChatMessate ( ChatMessage Message ) : void

Méthodes protégées

Méthode Description
FireChange ( string PropertyName ) : void

Method Details

Achievment() public méthode

public Achievment ( ) : System
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

FireChange() protected méthode

protected FireChange ( string PropertyName ) : void
PropertyName string
Résultat void

OnChatMessate() public méthode

public OnChatMessate ( ChatMessage Message ) : void
Message RatChat.Core.ChatMessage
Résultat void