Example #1
0
 private void controlCashIn_Load(object sender, EventArgs e)
 {
     accountBAL = new AccountBAL();
     lstAccount = accountBAL.GetAllAccounts();
     tblAccount = accountBAL.GetAllAccountsEx();
     BindData();
 }