private void btnRevoke_Click(object sender, EventArgs e) { CreditorsRevoke cr = new CreditorsRevoke(txtCustomerID.Text); cr.Show(); // this.Close(); }
private void btnCreditorsRevoke_Click(object sender, EventArgs e) { CreditorsRevoke creditorsRevoke = new CreditorsRevoke(creditorId); creditorsRevoke.Show(); }