Exemplo n.º 1
0
 //public delegate void Update();
 //public Update UpdatefmManager;
 private void btnThemban_Click(object sender, EventArgs e)
 {
     TableBUS.Instance.ThemBan();
     LoadDsTable();
     fmMa.LoadTable();
     //UpdatefmManager();
 }
Exemplo n.º 2
0
 ////Khi tắt form thì bên form fmManager cập nhật (cập nhật bàn trống hoặc có người khi thanh toán hoặc thêm món vào bàn mới
 private void fmChiTietBan_FormClosing(object sender, FormClosingEventArgs e)
 {
     //UpdatefmManager();
     fmMa.LoadTable();
 }