C# Класс GameCreatorGroupProject.ChatWindow

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
ChatWindow ( ) : System
ChatWindow ( ChatClient c, MainClient o ) : System
updateChat ( string msg ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ChatWindow() публичный Метод

public ChatWindow ( ) : System
Результат System

ChatWindow() публичный Метод

public ChatWindow ( ChatClient c, MainClient o ) : System
c ChatClient
o MainClient
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

updateChat() публичный Метод

public updateChat ( string msg ) : void
msg string
Результат void