C# Class FileFind.Meshwork.GtkClient.PrivateChatSubpage

Inheritance: ChatSubpageBase
Exibir arquivo Open project: codebutler/meshwork Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnMessageReceived ( DateTime timeReceived, object args ) : void
base_SendMessage ( object sender, EventArgs args ) : void

Method Details

Close() public method

public Close ( ) : void
return void

PrivateChatSubpage() public method

public PrivateChatSubpage ( Network network, Node node ) : System
network FileFind.Meshwork.Network
node Node
return System

SetUserOffline() public method

public SetUserOffline ( ) : void
return void

SetUserOnline() public method

public SetUserOnline ( ) : void
return void

UserInfoChanged() public method

public UserInfoChanged ( string oldNick ) : void
oldNick string
return void