private void btnCustomerTrans_Click(object sender, EventArgs e)
 {
     customer_Transactions = new customer_transactions();
     customer_Transactions.Show();
 }
示例#2
0
 private void closeBtn_Click(object sender, EventArgs e)
 {
     customer_Transactions = new customer_transactions();
     customer_Transactions.Show();
     this.Close();
 }