private void ptransactionsForm_FormClosing(object sender, FormClosingEventArgs e) { transactionsForm trans = new transactionsForm(); trans.Show(); this.Hide(); }
private void logBtn_Click(object sender, EventArgs e) { transactionsForm trans = new transactionsForm(); trans.Show(); transactionsForm.fromTransactions = this; this.Hide(); }