Exemplo n.º 1
0
 private void btnDisconnect_Click(object sender, EventArgs e)
 {
     client.Disconnect();
     timer1.Stop();
 }