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