示例#1
0
 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();
 }
示例#2
0
        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();
        }
示例#3
0
 private void button6_Click(object sender, EventArgs e)
 {
     FrmInventory frmInventory = new FrmInventory();
     frmInventory.ShowDialog();
 }
示例#4
0
        private void button6_Click(object sender, EventArgs e)
        {
            FrmInventory frmInventory = new FrmInventory();

            frmInventory.ShowDialog();
        }