C# Class IrcCloneShark.QueryWindow

Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
QueryWindow ( ) : System
QueryWindow ( GUIIrcConnection baseCon, PrivateMessageReceivedEventArgs args ) : System
QueryWindow ( GUIIrcConnection baseCon, UserInfo user ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

QueryWindow() public méthode

public QueryWindow ( ) : System
Résultat System

QueryWindow() public méthode

public QueryWindow ( GUIIrcConnection baseCon, PrivateMessageReceivedEventArgs args ) : System
baseCon GUIIrcConnection
args PrivateMessageReceivedEventArgs
Résultat System

QueryWindow() public méthode

public QueryWindow ( GUIIrcConnection baseCon, UserInfo user ) : System
baseCon GUIIrcConnection
user UserInfo
Résultat System