C# Class RatChat.TwitchCount.TwitchCounter

Inheritance: IChatSource, INotifyPropertyChanged, IChatListener
Afficher le fichier Open project: JustOxlamon/Sc2tvChatPub

Méthodes publiques

Méthode Description
BeginWork ( ) : void
CreateCustomView ( ) : System.Windows.Controls.UserControl
EndWork ( ) : void
OnConfigApply ( Core Config ) : void
OnLoad ( Core Config ) : void
OnNewMessageReceived ( List NewMessages ) : void
TwitchCounter ( ) : System

Méthodes protégées

Méthode Description
FireChange ( string PropertyName ) : void

Private Methods

Méthode Description
CountTimer_Tick ( object sender, EventArgs e ) : void
GetCyberCount ( ) : void
GetTwitchCount ( ) : void

Method Details

BeginWork() public méthode

public BeginWork ( ) : void
Résultat void

CreateCustomView() public méthode

public CreateCustomView ( ) : System.Windows.Controls.UserControl
Résultat System.Windows.Controls.UserControl

EndWork() public méthode

public EndWork ( ) : void
Résultat void

FireChange() protected méthode

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

OnConfigApply() public méthode

public OnConfigApply ( Core Config ) : void
Config Core
Résultat void

OnLoad() public méthode

public OnLoad ( Core Config ) : void
Config Core
Résultat void

OnNewMessageReceived() public méthode

public OnNewMessageReceived ( List NewMessages ) : void
NewMessages List
Résultat void

TwitchCounter() public méthode

public TwitchCounter ( ) : System
Résultat System