C# Class IrcCloneShark.GUIIrcConnection

Represents a graphical visualisation of an IrcConnection.
An instance of this class will automatically create windows for the different channels and querys from an IrcConnection.
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( ) : void
GUIIrcConnection ( IrcCloneSharkExtension ext, IrcConnection baseCon ) : System

Private Methods

Méthode Description
Channels_Joined ( Object sender, JoinedEventArgs e ) : void
Channels_Parted ( Object sender, PartedEventArgs e ) : void
Client_PrivateMessageReceived ( Object sender, PrivateMessageReceivedEventArgs e ) : void
DebugValue_FormClosed ( object sender, System e ) : void
QueryWindow_FormClosed ( object sender, System e ) : void

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

GUIIrcConnection() public méthode

public GUIIrcConnection ( IrcCloneSharkExtension ext, IrcConnection baseCon ) : System
ext IrcCloneSharkExtension
baseCon IrcSharp.Extended.IrcConnection
Résultat System