Exemplo n.º 1
0
        protected void InitChargeUpForm()
        {
            bllBXD         = new MRS.BLL.BXD();
            bllAccountBook = new MRS.BLL.AccountBook();

            ShowCashier += new ShowAccountDelegate(Show_Cashier);
        }
Exemplo n.º 2
0
 public void InitBalance()
 {
     bllBXD = new MRS.BLL.BXD();
 }