C# Class IrcCloneShark.DebugWindow

Mostra file Open project: hapm/IrcShark

Public Methods

Method Description
Client_LineReceived ( Object sender, IrcSharp e ) : void
DebugWindow ( ) : System
DebugWindow ( GUIIrcConnection baseCon ) : System
DebugWindow_Disposed ( Object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DebugWindow_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

Client_LineReceived() public method

public Client_LineReceived ( Object sender, IrcSharp e ) : void
sender Object
e IrcSharp
return void

DebugWindow() public method

public DebugWindow ( ) : System
return System

DebugWindow() public method

public DebugWindow ( GUIIrcConnection baseCon ) : System
baseCon GUIIrcConnection
return System

DebugWindow_Disposed() public method

public DebugWindow_Disposed ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

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