示例#1
0
        private void button11_Click(object sender, EventArgs e)
        {
            Books_Category bc = new Books_Category();

            bc.Show();
            this.Hide();
        }
示例#2
0
 private void button11_Click(object sender, EventArgs e)
 {
     Books_Category bc = new Books_Category();
     bc.Show();
     this.Hide();
 }