示例#1
0
        private void report_btn_Click(object sender, EventArgs e)
        {
            All_form all_f = new All_form();

            all_f.Hide();

            Reports_form reports = new Reports_form();

            reports.Show();
        }
示例#2
0
        private void SearchBtns_Click(object sender, EventArgs e)
        {
            All_form all_f = new All_form();

            all_f.Hide();

            authors auth = new authors();

            auth.Show();
        }