Exemplo n.º 1
0
        private void frmRenewal_Load(object sender, EventArgs e)
        {
            // TODO: This line of code loads data into the 'dataset3.tblDonAcc' table. You can move, or remove it, as needed.
            this.tblDonAccTableAdapter.Fill(this.dataset3.tblDonAcc);
            // TODO: This line of code loads data into the 'dataset3.tblRenAcc' table. You can move, or remove it, as needed.
            this.tblRenAccTableAdapter.Fill(this.dataset3.tblRenAcc);

            // TODO: This line of code loads data into the 'comDataSet.tblTransactions' table. You can move, or remove it, as needed.
            this.tblTransactionsTableAdapter.Fill(this.comDataSet.tblTransactions);
            txtFCardNo.Focus();
            this.tblAccountsTableAdapter.Fill_All(this.comDataSet.tblAccounts);
            DGRenewal.BringToFront();
            cmbAccount.SelectedItem = 0;
            Height = 328;
        }