Exemplo n.º 1
0
        private void btDangNhap_Click(object sender, EventArgs e)
        {
            fDanhMucPhong f = new fDanhMucPhong();

            f.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            fDanhMucPhong ri = new fDanhMucPhong();

            ri.ShowDialog();
        }