Ejemplo n.º 1
0
 private void LoadNew()
 {
     ControlUtil.Clear(txtGateway, txtDNSServer, txtProfile, txtIPSubnet, txtIPAddress);
     rdbDNSAutomatically.Checked = true;
     rdbIpAutomatically.Checked  = true;
     txtProfile.Text             = TranslateUtil.GetProfileTxt();
     txtProfile.SelectionStart   = 0;
     txtProfile.SelectionLength  = txtProfile.Text.Length;
     txtProfile.Focus();
 }