C# Class HuxBot.HuxUI

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: HaxtonFale/HuxBot Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

HuxUI() public method

public HuxUI ( IRCBot bot ) : System
bot IRCBot
return System

WriteTextFromServer() public method

public WriteTextFromServer ( String text ) : void
text String
return void

WriteTextToServer() public method

public WriteTextToServer ( string cmd, string param, string text ) : void
cmd string
param string
text string
return void