private void button6_Click(object sender, EventArgs e) { if(!Employee.CheckGrant(StaticClass.storeId,StaticClass.cashierId,Employee.CFA_SETUP_INVENT_EDIT)) { return; } FrmInventory frmInventory = new FrmInventory(); frmInventory.ShowDialog(); }
private void button6_Click(object sender, EventArgs e) { if (!Employee.CheckGrant(StaticClass.storeId, StaticClass.cashierId, Employee.CFA_SETUP_INVENT_EDIT)) { return; } FrmInventory frmInventory = new FrmInventory(); frmInventory.ShowDialog(); }
private void button6_Click(object sender, EventArgs e) { FrmInventory frmInventory = new FrmInventory(); frmInventory.ShowDialog(); }