Ejemplo n.º 1
0
 private void btnStaffTrans_Click(object sender, EventArgs e)
 {
     staff_Transactions = new staff_transactions();
     staff_Transactions.Show();
 }
Ejemplo n.º 2
0
 private void btnClose_Click(object sender, EventArgs e)
 {
     staff_Transactions = new staff_transactions();
     staff_Transactions.Show();
     this.Close();
 }