Exemplo n.º 1
0
 public void Update_settings(EthernetCommunicationDevice myInput)
 {
     //Not used but neccessary for Interface
 }
Exemplo n.º 2
0
 public void Update_settings(EthernetCommunicationDevice myInput)
 {
     textBox_IP.Text = myInput.textBox_IP.Text;
 }