示例#1
0
        private void Btnquaylai_Click(object sender, EventArgs e)
        {
            FrmSach fs = new FrmSach();

            this.Hide();
            fs.Show();
        }
示例#2
0
        private void tbtnSach_Click(object sender, EventArgs e)
        {
            FrmSach sc = new FrmSach();

            this.Hide();
            sc.ShowDialog();
        }