Esempio n. 1
0
 private void Btn_send_Click(object sender, EventArgs e)
 {
     client.SendChat(txtbox_chat.Text);
     txtbox_chat.Clear();
 }