예제 #1
0
        protected void InitChargeUpForm()
        {
            bllBXD         = new MRS.BLL.BXD();
            bllAccountBook = new MRS.BLL.AccountBook();

            ShowCashier += new ShowAccountDelegate(Show_Cashier);
        }
예제 #2
0
파일: PaymentForm.cs 프로젝트: cobelee/mrs
 protected void InitPaymentForm()
 {
     beginDate      = new DateTime();
     endDate        = new DateTime();
     bllAccountBook = new MRS.BLL.AccountBook();
 }