Пример #1
0
        private void LoadExistingAccount()
        {
            DataTable tb = MyAccount.GetAccountList(Program.AccountStatic.CompanyID, 1);

            MyCommon.LoadDatatoTableWithoutBind(dgvAccountList, tb, "Load Account List");
        }