C# Class HuxBot.HuxUI

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

Méthodes publiques

Méthode Description
HuxUI ( IRCBot bot ) : System
WriteTextFromServer ( String text ) : void
WriteTextToServer ( string cmd, string param, string text ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
HuxUI_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
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

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

HuxUI() public méthode

public HuxUI ( IRCBot bot ) : System
bot IRCBot
Résultat System

WriteTextFromServer() public méthode

public WriteTextFromServer ( String text ) : void
text String
Résultat void

WriteTextToServer() public méthode

public WriteTextToServer ( string cmd, string param, string text ) : void
cmd string
param string
text string
Résultat void