C# Class FileFind.Meshwork.GtkClient.PrivateChatSubpage

Inheritance: ChatSubpageBase
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
PrivateChatSubpage ( Network network, Node node ) : System
SetUserOffline ( ) : void
SetUserOnline ( ) : void
UserInfoChanged ( string oldNick ) : void

Private Methods

Méthode Description
OnMessageReceived ( DateTime timeReceived, object args ) : void
base_SendMessage ( object sender, EventArgs args ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

PrivateChatSubpage() public méthode

public PrivateChatSubpage ( Network network, Node node ) : System
network FileFind.Meshwork.Network
node Node
Résultat System

SetUserOffline() public méthode

public SetUserOffline ( ) : void
Résultat void

SetUserOnline() public méthode

public SetUserOnline ( ) : void
Résultat void

UserInfoChanged() public méthode

public UserInfoChanged ( string oldNick ) : void
oldNick string
Résultat void