private void BtnEditarC2_Click(object sender, EventArgs e) { TxtCondicionesValor.Clear(); cboOLogico.Text = ""; cboCondicionesCampo.Text = ""; }
private void BtnEditarC2_Click(object sender, EventArgs e) { TxtCondicionesValor.Clear(); cboOLogico.SelectedIndex = 0; cboCondicionesCampo.SelectedIndex = 0; }