private void BtnEditarC3_Click(object sender, EventArgs e)
 {
     TxtComparaValor.Clear();
     cboComparacionTipo.Text  = "";
     cboComparacionCampo.Text = "";
 }
Beispiel #2
0
 private void BtnEditarC3_Click(object sender, EventArgs e)
 {
     TxtComparaValor.Clear();
     cboComparacionTipo.SelectedIndex  = 0;
     cboComparacionCampo.SelectedIndex = 0;
 }