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