コード例 #1
0
 private void txtIP_TextChanged(object sender, EventArgs e)
 {
     try
     {
         Connections cx = new Connections(this);
         cx.ActualizarTxt(txtIP.Text, ida);
     }
     catch { }
 }