Beispiel #1
0
 private void btnShutDown_Click(object sender, EventArgs e)
 {
     client.ShutDown();
     textBox1.Text = "ShutDown";
 }