C# Class RatChat.Achievment

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: JustOxlamon/Sc2tvChatPub

Public Methods

Method Description
Achievment ( ) : System
Clear ( ) : void
OnChatMessate ( ChatMessage Message ) : void

Protected Methods

Method Description
FireChange ( string PropertyName ) : void

Method Details

Achievment() public method

public Achievment ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

FireChange() protected method

protected FireChange ( string PropertyName ) : void
PropertyName string
return void

OnChatMessate() public method

public OnChatMessate ( ChatMessage Message ) : void
Message RatChat.Core.ChatMessage
return void