private void Button2_Click(object sender, EventArgs e) { BorrarCampos borrar = new BorrarCampos(); borrar.BorrarTxt(this); txtCadena.Text = null; QuerySimple = null; QueryComplejoTotal = null; QuerySimpleComplete = null; QueryComplejoComp = null; QueryComplejoCondicional = null; QueryComplejoOrden = null; TxtNConsulta.Text = null; cboTablaGeneral1.Items.Clear(); cboTablaGeneral1.Text = null; CboGeneralCampos.Items.Clear(); CboGeneralCampos.Text = null; }
private void btnBorrarProgreso_Click(object sender, EventArgs e) { BorrarCampos borrar = new BorrarCampos(); borrar.BorrarTxt(this); txtCadena.Text = null; QuerySimple = null; QueryComplejoTotal = null; QuerySimpleComplete = null; QueryComplejoComp = null; QueryComplejoCondicional = null; QueryComplejoOrden = null; txtNombreConsulta.Text = null; cboCampos.Items.Clear(); cboCampos.Text = null; cboTablasGeneral.Items.Clear(); cboTablasGeneral.Text = null; }
private void button7_Click(object sender, EventArgs e) { BorrarCampos borrar = new BorrarCampos(); borrar.BorrarTxt(this); }
private void BtnEditarC4_Click(object sender, EventArgs e) { BorrarCampos borrar = new BorrarCampos(); borrar.BorrarTxt(this); }
private void btnCancelarAgrup_Click(object sender, EventArgs e) { BorrarCampos borrar = new BorrarCampos(); borrar.BorrarTxt(this); }