C# Class MoronBot.formMoronBot

Afficher le fichier Open project: MatthewCox/MoronBot

Méthodes publiques

Méthode Description
formMoronBot ( ) : 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.

RefreshChannels ( ) : void
RefreshUsers ( ) : void
btnClear_Click ( object sender, EventArgs e ) : void
btnExit_Click ( object sender, EventArgs e ) : void
channelList_Modified ( object sender ) : void
formMoronBot_Load ( object sender, EventArgs e ) : void
listChannels_DrawItem ( object sender, DrawItemEventArgs e ) : void
listChannels_SelectedIndexChanged ( object sender, EventArgs e ) : void
listUsers_DrawItem ( object sender, DrawItemEventArgs e ) : void
moronBot_NewFormattedIRC ( object sender, string text ) : void
moronBot_NewRawIRC ( object sender, string text ) : void
moronBot_NickChanged ( object sender, string nick ) : void
txtIRC_TextChanged ( object sender, EventArgs e ) : void
txtInput_KeyUp ( object sender, KeyEventArgs e ) : void
txtProgLog_TextChanged ( object sender, EventArgs e ) : void
userList_Modified ( object sender ) : 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

formMoronBot() public méthode

public formMoronBot ( ) : System
Résultat System