コード例 #1
0
        private void cmdAccount_Click(object sender, EventArgs e)
        {
            AccountingSection n1 = new AccountingSection();

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

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