Esempio n. 1
0
        private void WHT_Form_Click(object sender, EventArgs e)
        {
            turnover = turnovertext.Text;
            STATEMENT_OF_WHT_SEARCH_POSITION_FORM whtForm = new STATEMENT_OF_WHT_SEARCH_POSITION_FORM();

            whtForm.Show();
        }
Esempio n. 2
0
        private void WHTView_Click(object sender, EventArgs e)
        {
            CIT_EDT_Computation cit_eit = new CIT_EDT_Computation();

            TotCIT       = TotCITText.Text;
            company      = companytext.Text;
            tin          = TINtext.Text;
            Ref          = Reftext.Text;
            tpselfassess = TPselfassessText.Text;
            // costofsales = costS
            // turnover = turnovertext.Text;
            percentcostsales      = (computation.validate(costofsales) / computation.validate(turnover) * 100).ToString();
            totalAssessibleProfit = TPAssesment.Text;
            cit_eit.Show();
            STATEMENT_OF_WHT_SEARCH_POSITION_FORM whtForm = new STATEMENT_OF_WHT_SEARCH_POSITION_FORM();

            whtForm.Show();
        }