Example #1
0
 private void SentButton_Click_1(object sender, EventArgs e)
 {
     msg = EnterText.Text;
     connect.sentData(msg);
 }