private void cmdAccount_Click(object sender, EventArgs e) { AccountingSection n1 = new AccountingSection(); n1.Show(); this.Hide(); }
private void Backbtn_Click(object sender, EventArgs e) { AccountingSection f2 = new AccountingSection(); f2.Show(); this.Hide(); }