Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            string s = String.Empty;

            s             = textBox1.Text;
            textBox1.Text = String.Empty;

            client.sendMessageToServer(s);
        }