Example #1
0
        private void button5_Click(object sender, EventArgs e)
        {
            BancosCuentas frm = new BancosCuentas();

            frm.ShowDialog();
            this.cuentasBancosTableAdapter.Fill(this.promowork_dataDataSet.CuentasBancos, VariablesGlobales.nIdEmpresaActual);
        }
Example #2
0
        private void button13_Click(object sender, EventArgs e)
        {
            int           sel = Convert.ToInt32(idCuentaComboBox.SelectedValue);
            BancosCuentas frm = new BancosCuentas();

            frm.ShowDialog();
            cuentasBancosTableAdapter.Fill(promowork_dataDataSet.CuentasBancos, VariablesGlobales.nIdEmpresaActual);
            idCuentaComboBox.SelectedValue = sel;
        }