Ejemplo n.º 1
0
        private void btnSendChat_Click(object sender, EventArgs e)
        {
            string tempString = txtChatToSend.Text;

            MQOEvents.SendMessage(tempString);
            txtChatToSend.Text = "";
        }