C# Class IrcCloneShark.BaseWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
InputBox_KeyDown void
InputBox_KeyUp void
OutputBox_MouseUp void

Méthodes publiques

Méthode Description
AddLine ( String Line ) : void
BaseWindow ( ) : System
BaseWindow ( GUIIrcConnection baseCon ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public AddLine ( String Line ) : void
Line String
Résultat void

BaseWindow() public méthode

public BaseWindow ( ) : System
Résultat System

BaseWindow() public méthode

public BaseWindow ( GUIIrcConnection baseCon ) : System
baseCon GUIIrcConnection
Résultat System

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