コード例 #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();
        }
コード例 #3
0
        private void ql_NhomTacGia_Click(object sender, EventArgs e)
        {
            GiaoDienChinh_Load(sender, e);
            Form ntg = new QLNhomTacGia();

            this.Hide();
            ntg.ShowDialog();
            this.Close();
        }
コード例 #4
0
        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();
        }