Example #1
0
 private void BtnEditarC1_Click(object sender, EventArgs e)
 {
     TxtNConsulta.Clear();
     TxtNRepresentativoEdit.Clear();
     cboTablaGeneral1.SelectedIndex = 0;
     CboGeneralCampos.SelectedIndex = 0;
 }
Example #2
0
 private void BtnEditarC1_Click(object sender, EventArgs e)
 {
     TxtNRepresentativoEdit.Clear();
     cboTablaGeneral1.Text = "";
     CboGeneralCampos.Text = "";
     TxtSeleccionados1.Clear();
     TxtEID.Clear();
 }