示例#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();
        }
示例#2
0
 private void button36_Click(object sender, EventArgs e)
 {
     FrmSetupTax frmSetupTax = new FrmSetupTax();
     frmSetupTax.ShowDialog();
 }
示例#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();
 }
示例#4
0
        private void button36_Click(object sender, EventArgs e)
        {
            FrmSetupTax frmSetupTax = new FrmSetupTax();

            frmSetupTax.ShowDialog();
        }