Beispiel #1
0
 private void BTN_CoileOn_Click(object sender, EventArgs e)
 {
     _dDEServer.SetCoil(int.Parse(TXT_CoileReference.Text));
 }