C# Class GameCreatorGroupProject.ChatWindow

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: HeroOfTheWinds/CS-350-410-431-Group-Project

Public Methods

Method Description
ChatWindow ( ) : System
ChatWindow ( ChatClient c, MainClient o ) : System
updateChat ( string msg ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Chat_DataReceived ( string data ) : void
InitializeComponent ( ) : void

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

addUserToolStripMenuItem_Click ( object sender, EventArgs e ) : void
sendButton_Click ( object sender, EventArgs e ) : void
sendMessage ( string msg ) : void

Method Details

ChatWindow() public method

public ChatWindow ( ) : System
return System

ChatWindow() public method

public ChatWindow ( ChatClient c, MainClient o ) : System
c ChatClient
o MainClient
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

updateChat() public method

public updateChat ( string msg ) : void
msg string
return void