コード例 #1
0
        private void button7_Click(object sender, EventArgs e)
        {
            Authors_Form au = new Authors_Form();

            au.Show();
            this.Hide();
        }
コード例 #2
0
 private void button7_Click(object sender, EventArgs e)
 {
     Authors_Form au = new Authors_Form();
     au.Show();
     this.Hide();
 }