示例#1
0
        private void Billing_Click(object sender, EventArgs e)
        {
            this.Hide();
            Billing billing = new Billing();

            billing.Show();
        }
示例#2
0
        //This is for the billing button.  It will use pid as a token
        private void billingbut_Click(object sender, EventArgs e)
        {
            token3  = txtprjpid.Text.Trim();
            token4  = txtpjtnum.Text.Trim();
            token5  = txtestcommpert.Text.Trim();
            token6  = txtspcommpert.Text.Trim();
            token7  = txtprjmgrcomm.Text.Trim();
            token8  = txtprjasstcomm.Text.Trim();
            token9  = txtpjid.Text.Trim();
            token10 = cbopjsestr.Text.Trim();
            token11 = cbopjssp.Text.Trim();
            token12 = cboprjpm.Text.Trim();
            token13 = cbopjpa.Text.Trim();
            token16 = txtPrjDesc.Text.Trim();
            token30 = txtPrjtName.Text.Trim();
            token23 = txtccid.Text.Trim();
            Form billing = new Billing();

            billing.Show();
        }
示例#3
0
        private void login_button_Click(object sender, EventArgs e)
        {
            Billing billing = new Billing();

            billing.Show();
        }
        private void billing_link_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            Billing b = new Billing();

            b.Show();
        }