private void btnRevoke_Click(object sender, EventArgs e)
        {
            CreditorsRevoke cr = new CreditorsRevoke(txtCustomerID.Text);

            cr.Show();
            //
            this.Close();
        }
示例#2
0
        private void btnCreditorsRevoke_Click(object sender, EventArgs e)
        {
            CreditorsRevoke creditorsRevoke = new CreditorsRevoke(creditorId);

            creditorsRevoke.Show();
        }