C# Class IrcCloneShark.QueryWindow

Mostra file Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
QueryWindow ( ) : System
QueryWindow ( GUIIrcConnection baseCon, PrivateMessageReceivedEventArgs args ) : System
QueryWindow ( GUIIrcConnection baseCon, UserInfo user ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Client_NickChangeReceived ( Object sender, NickChangeReceivedEventArgs e ) : void
Client_PrivateMessageReceived ( Object sender, PrivateMessageReceivedEventArgs args ) : void
Client_QuitReceived ( Object sender, QuitReceivedEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

QueryWindow_FormClosed ( object sender, FormClosedEventArgs e ) : void
QueryWindow_Input ( BaseWindow sender, InputEventArgs args ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

QueryWindow() public method

public QueryWindow ( ) : System
return System

QueryWindow() public method

public QueryWindow ( GUIIrcConnection baseCon, PrivateMessageReceivedEventArgs args ) : System
baseCon GUIIrcConnection
args PrivateMessageReceivedEventArgs
return System

QueryWindow() public method

public QueryWindow ( GUIIrcConnection baseCon, UserInfo user ) : System
baseCon GUIIrcConnection
user UserInfo
return System