private void cmdAccount_Click(object sender, EventArgs e)
        {
            AccountingSection n1 = new AccountingSection();

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

            f2.Show();
            this.Hide();
        }