C# Class IrcCloneShark.BaseWindow

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: hapm/IrcShark Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
InputBox_KeyDown void
InputBox_KeyUp void
OutputBox_MouseUp void

Public Methods

Method Description
AddLine ( String Line ) : void
BaseWindow ( ) : System
BaseWindow ( GUIIrcConnection baseCon ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

InputBox_KeyDown ( object sender, KeyEventArgs e ) : void
InputBox_KeyUp ( object sender, KeyEventArgs e ) : void
OutputBox_MouseUp ( object sender, MouseEventArgs e ) : void

Method Details

AddLine() public method

public AddLine ( String Line ) : void
Line String
return void

BaseWindow() public method

public BaseWindow ( ) : System
return System

BaseWindow() public method

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

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