public FFind(string keyword, FSell fSellParrent, FBuy fBuyParrent) { InitializeComponent(); _Keyword = keyword; _FBuyParrent = fBuyParrent; _FSellParrent = fSellParrent; _Data = TaoBang(); }
//đã xong private void tsmiBuy_Click(object sender, EventArgs e) { int _maPhieuNhap = _MaPhieuNhapHienTai++; Staff _nhanVien = StaffDAO.Instance.LayNhanVienTheoMa(_Account.MaNV); FBuy _fBuy = new FBuy(_maPhieuNhap, _nhanVien, this); _fBuy.Show(); }