コード例 #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
ファイル: FrmManager.cs プロジェクト: hpbaotho/thanhtuan
 private void button36_Click(object sender, EventArgs e)
 {
     FrmSetupTax frmSetupTax = new FrmSetupTax();
     frmSetupTax.ShowDialog();
 }
コード例 #3
0
ファイル: FrmManager.cs プロジェクト: hpbaotho/thanhtuan
 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();
        }