Esempio n. 1
0
 public frmThongKe()
 {
     InitializeComponent();
     bill     = new BLBill();
     voucher  = new BLVoucher();
     nhanvien = new BLNhanVien();
     ColName  = "IDBILL";
     LoadDatetime();
     LoadData();
 }
Esempio n. 2
0
        public frmHoaDon()
        {
            InitializeComponent();
            ShowBill();
            string tennv = frmQuanLy.Account.Ten;
            BLBill bill  = new BLBill();

            lbsohoadon.Text = bill.GetUnCheckBillID(frmQuanLyBanAn.IDTABLE).ToString();
            lbtennv.Text    = tennv;
            btnxacnhan.Focus();
        }
 public frmQuanLyBanAn()
 {
     InitializeComponent();
     bill      = new BLBill();
     billinfo  = new BLBillInfo();
     food      = new BLFood();
     typefood  = new BLTypeFood();
     blvoucher = new BLVoucher();
     tablefood = new BLTableFood();
     LayBanaAn();
     LoadType();
     //menuStrip1.Hide();
 }