Пример #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();
        }