Example #1
0
 private void enterbutton_Click(object sender, EventArgs e)
 {
     if (communication != null)
     {
         communication.SckSSend(textBox3.Text);
     }
 }