Esempio n. 1
0
        private void button36_Click(object sender, EventArgs e)
        {
            if (!Employee.CheckGrant(StaticClass.storeId, StaticClass.cashierId, Employee.CFA_SETUP_TAX))
            {
                return;
            }
            FrmSetupTax frmSetupTax = new FrmSetupTax();

            frmSetupTax.ShowDialog();
        }
Esempio n. 2
0
 private void button36_Click(object sender, EventArgs e)
 {
     FrmSetupTax frmSetupTax = new FrmSetupTax();
     frmSetupTax.ShowDialog();
 }
Esempio n. 3
0
 private void button36_Click(object sender, EventArgs e)
 {
     if (!Employee.CheckGrant(StaticClass.storeId, StaticClass.cashierId, Employee.CFA_SETUP_TAX))
     {
         return;
     }
     FrmSetupTax frmSetupTax = new FrmSetupTax();
     frmSetupTax.ShowDialog();
 }
Esempio n. 4
0
        private void button36_Click(object sender, EventArgs e)
        {
            FrmSetupTax frmSetupTax = new FrmSetupTax();

            frmSetupTax.ShowDialog();
        }