Пример #1
0
        private void button1_Click(object sender, EventArgs e)//qltg
        {
            Form dd = new QLNhomTacGia();

            this.Hide();
            dd.ShowDialog();
            this.Close();
        }
Пример #2
0
        private void bt_tn_Click(object sender, EventArgs e)//them
        {
            Form tn = new QLNhomTacGia();

            this.Hide();
            tn.ShowDialog();
            this.Close();
        }
        private void ql_NhomTacGia_Click(object sender, EventArgs e)
        {
            GiaoDienChinh_Load(sender, e);
            Form ntg = new QLNhomTacGia();

            this.Hide();
            ntg.ShowDialog();
            this.Close();
        }
        private void button1_Click(object sender, EventArgs e)//nhom tac gia
        {
            GiaoDienChinh_Load(sender, e);
            Form ntg = new QLNhomTacGia();

            this.Hide();
            ntg.ShowDialog();
            this.Close();
        }